aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamgen.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-08-21 15:24:05 +0200
committerBertrand Augereau2011-08-21 16:29:48 +0200
commit7393cce711c24b1911c2ed4f9a7fcd87367b058e (patch)
tree4f0972d35bee88bb1c646531538cdd35762f4a7e /engines/dreamweb/dreamgen.h
parentcfef8111da7f70bf676874dde8f529f673cbbc54 (diff)
downloadscummvm-rg350-7393cce711c24b1911c2ed4f9a7fcd87367b058e.tar.gz
scummvm-rg350-7393cce711c24b1911c2ed4f9a7fcd87367b058e.tar.bz2
scummvm-rg350-7393cce711c24b1911c2ed4f9a7fcd87367b058e.zip
DREAMWEB: 'showallfree' ported to C++
Diffstat (limited to 'engines/dreamweb/dreamgen.h')
-rw-r--r--engines/dreamweb/dreamgen.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/dreamweb/dreamgen.h b/engines/dreamweb/dreamgen.h
index bca9cc634a..62aaf70661 100644
--- a/engines/dreamweb/dreamgen.h
+++ b/engines/dreamweb/dreamgen.h
@@ -467,7 +467,6 @@ public:
static const uint16 addr_autolook = 0xc46c;
static const uint16 addr_adjustlen = 0xc45c;
static const uint16 addr_showallex = 0xc450;
- static const uint16 addr_showallfree = 0xc44c;
static const uint16 addr_drawflags = 0xc43c;
static const uint16 addr_drawfloor = 0xc428;
static const uint16 addr_blockget = 0xc424;
@@ -1455,7 +1454,7 @@ public:
//void cancelch0();
void setbotleft();
void findfirstpath();
- void fadescreenup();
+ //void cancelch1();
void loadold();
void loadtempcharset();
void showbyte();
@@ -1709,6 +1708,7 @@ public:
void powerlighton();
void savefilewrite();
void printmessage2();
+ //void showallfree();
void loadnews();
void rollem();
void makeworn();
@@ -1808,7 +1808,6 @@ public:
void pickupob();
void error();
void showopbox();
- //void cancelch1();
void clearbeforeload();
void biblequote();
void doload();
@@ -1958,7 +1957,7 @@ public:
void initialmoncols();
void checkforshake();
void usebuttona();
- void showallfree();
+ void fadescreenup();
//void getnextword();
void generalerror();
void actualload();