aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamgen.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-11-16 13:03:39 +0100
committerBertrand Augereau2011-11-16 13:04:16 +0100
commit2eceab1fded6ed744836ba7d9429d9fdb2976a69 (patch)
tree8caa05869ec997d84cc05969278ded10e7121d3c /engines/dreamweb/dreamgen.h
parentc71ed522de1bc1e3dcd84ca8cf759d7624571b7c (diff)
downloadscummvm-rg350-2eceab1fded6ed744836ba7d9429d9fdb2976a69.tar.gz
scummvm-rg350-2eceab1fded6ed744836ba7d9429d9fdb2976a69.tar.bz2
scummvm-rg350-2eceab1fded6ed744836ba7d9429d9fdb2976a69.zip
DREAMWEB: 'clearstartpal' ported to C++
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r--engines/dreamweb/dreamgen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index 20ef2f9818..f9e45b7394 100644
--- a/engines/dreamweb/dreamgen.h
+++ b/engines/dreamweb/dreamgen.h
@@ -510,7 +510,6 @@ public:
static const uint16 addr_rollem = 0xc284;
static const uint16 addr_rollendcredits2 = 0xc280;
static const uint16 addr_showgun = 0xc27c;
- static const uint16 addr_clearstartpal = 0xc278;
static const uint16 addr_fadescreendowns = 0xc274;
static const uint16 addr_fadescreendown = 0xc270;
static const uint16 addr_fadescreenuphalf = 0xc26c;
@@ -1229,7 +1228,7 @@ public:
void usewire();
void getnamepos();
void loadtemptext();
- void clearstartpal();
+ //void clearstartpal();
void femalefan();
//void showgamereel();
void identifyob();