aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2005-11-10 00:53:00 +0000
committerTravis Howell2005-11-10 00:53:00 +0000
commit3a670640f1069ba5158a82bac57b0582042db3cc (patch)
treeee06bfc2c2ede00962d4c53e9ff4afda6f59914c /simon/simon.h
parent0cfc4456dec1a0f4eb8b50a661232912c36b4c9d (diff)
downloadscummvm-rg350-3a670640f1069ba5158a82bac57b0582042db3cc.tar.gz
scummvm-rg350-3a670640f1069ba5158a82bac57b0582042db3cc.tar.bz2
scummvm-rg350-3a670640f1069ba5158a82bac57b0582042db3cc.zip
Update debug tables.
svn-id: r19542
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/simon/simon.h b/simon/simon.h
index bdabf21790..7635fbd33e 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -187,7 +187,7 @@ protected:
bool _runScriptReturn1;
bool _skipVgaWait;
bool _noParentNotify;
- bool _vgaRes328Loaded;
+ bool _beardLoaded;
bool _hitarea_unk_3;
bool _mortalFlag;
byte _updateScreen;
@@ -463,8 +463,8 @@ protected:
void addTimeEvent(uint timeout, uint subroutine_id);
void delTimeEvent(TimeEvent *te);
- bool hasChildOfType1(Item *item);
- bool hasChildOfType2(Item *item);
+ bool isRoom(Item *item);
+ bool isObject(Item *item);
void itemChildrenChanged(Item *item);
void unlinkItem(Item *item);
@@ -513,8 +513,8 @@ protected:
void o_pathfind(int x, int y, uint var_1, uint var_2);
void o_force_unlock();
void o_force_lock();
- void o_read_vgares_328();
- void o_read_vgares_23();
+ void o_loadBeard();
+ void o_unloadBeard();
void o_clear_vgapointer_entry(uint a);
void o_unk_186();
void o_fade_to_black();