DREAMWEB: 'showmainops' ported to C++
This commit is contained in:
parent
9141df3bec
commit
397761c2c1
5 changed files with 11 additions and 27 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue