DREAMWEB: 'showdiscops' ported to C++

This commit is contained in:
Bertrand Augereau 2011-11-26 18:31:54 +01:00
parent 026b13af10
commit 0b6042eadd
5 changed files with 14 additions and 34 deletions

View file

@ -373,5 +373,12 @@ void DreamGenContext::showmainops() {
showframe(tempGraphics(), kOpsx+128+4, kOpsy+12, 1, 0);
}
void DreamGenContext::showdiscops() {
showframe(tempGraphics(), kOpsx+128+4, kOpsy+12, 1, 0);
showframe(tempGraphics(), kOpsx+10, kOpsy+10, 9, 0);
showframe(tempGraphics(), kOpsx+59, kOpsy+30, 10, 0);
showframe(tempGraphics(), kOpsx+176+2, kOpsy+60-4, 5, 0);
}
} /*namespace dreamgen */