DREAMWEB: 'showmainops' ported to C++

This commit is contained in:
Bertrand Augereau 2011-11-21 18:10:19 +01:00
parent 9141df3bec
commit 397761c2c1
5 changed files with 11 additions and 27 deletions

View file

@ -367,5 +367,11 @@ void DreamGenContext::saveload() {
dosaveload();
}
void DreamGenContext::showmainops() {
showframe(tempGraphics(), kOpsx+10, kOpsy+10, 8, 0);
showframe(tempGraphics(), kOpsx+59, kOpsy+30, 7, 0);
showframe(tempGraphics(), kOpsx+128+4, kOpsy+12, 1, 0);
}
} /*namespace dreamgen */