aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
authorGregory Montoir2005-05-09 18:25:28 +0000
committerGregory Montoir2005-05-09 18:25:28 +0000
commitda06fe93a97193cfa3c077d144422c5bc47b46ff (patch)
tree97bea12cbdc565d97c93f57888a675da03226d44 /queen/logic.h
parentc804ec2b67b7658bf7df54c0872219d50c015538 (diff)
downloadscummvm-rg350-da06fe93a97193cfa3c077d144422c5bc47b46ff.tar.gz
scummvm-rg350-da06fe93a97193cfa3c077d144422c5bc47b46ff.tar.bz2
scummvm-rg350-da06fe93a97193cfa3c077d144422c5bc47b46ff.zip
fixed debug areas display ; some minor cleanup
svn-id: r18007
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/queen/logic.h b/queen/logic.h
index 90cfb82f14..9fdf285679 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -159,6 +159,7 @@ public:
//! play the specified cutaway
void playCutaway(const char *cutFile, char *next = NULL);
+ //! initialize the inventory
void inventorySetup();
//! get the inventory item for the specified inventory slot
@@ -181,7 +182,7 @@ public:
//! handle a particular event when Joe walks on this area
void handleSpecialArea(Direction facing, uint16 areaNum, uint16 walkDataNum);
- //! handle the pinnacle room (in jungle)
+ //! handle the pinnacle room (== room chooser in the jungle)
void handlePinnacleRoom();
void update();
@@ -189,6 +190,7 @@ public:
void saveState(byte *&ptr);
void loadState(uint32 ver, byte *&ptr);
+ //! called after a save state has been loaded
void setupRestoredGame();
//! ugly hack from original code