diff options
author | Bertrand Augereau | 2011-11-21 18:10:19 +0100 |
---|---|---|
committer | Bertrand Augereau | 2011-11-21 18:10:19 +0100 |
commit | 397761c2c14f3d08f009c6487f7b49db9d05e13c (patch) | |
tree | 113ffff013a875d96882cac6e7132946510df593 /engines/dreamweb/dreamgen.h | |
parent | 9141df3bec3a40033416223d88d09a9835cd8b75 (diff) | |
download | scummvm-rg350-397761c2c14f3d08f009c6487f7b49db9d05e13c.tar.gz scummvm-rg350-397761c2c14f3d08f009c6487f7b49db9d05e13c.tar.bz2 scummvm-rg350-397761c2c14f3d08f009c6487f7b49db9d05e13c.zip |
DREAMWEB: 'showmainops' ported to C++
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r-- | engines/dreamweb/dreamgen.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h index 4311babb3b..fd8636364c 100644 --- a/engines/dreamweb/dreamgen.h +++ b/engines/dreamweb/dreamgen.h @@ -178,7 +178,6 @@ public: static const uint16 addr_loadgame = 0xc844; static const uint16 addr_loadsavebox = 0xc840; static const uint16 addr_showdiscops = 0xc83c; - static const uint16 addr_showmainops = 0xc838; static const uint16 addr_getbackfromops = 0xc834; static const uint16 addr_dosaveload = 0xc830; static const uint16 addr_zoomonoff = 0xc828; @@ -1184,6 +1183,7 @@ public: void uselighter(); void showmenu(); void usepoolreader(); + //void showmainops(); void startdmablock(); void useopenbox(); void clearbuffers(); @@ -1481,7 +1481,6 @@ public: void selectob(); //void checkcoords(); //void usetext(); - void chewy(); //void accesslighton(); void useplinth(); //void adjustlen(); @@ -1553,7 +1552,7 @@ public: void madman(); void createpanel(); //void turnpathon(); - void enablesoundint(); + void chewy(); void madmanstelly(); void constant(); void purgealocation(); @@ -1601,7 +1600,7 @@ public: void playguitar(); //void showreelframe(); void searchforsame(); - void showmainops(); + void enablesoundint(); void getback1(); void setlocation(); void fadefromwhite(); |