DREAMWEB: 'showdiscops' ported to C++
This commit is contained in:
parent
026b13af10
commit
0b6042eadd
5 changed files with 14 additions and 34 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue