aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/gamemodule.h
diff options
context:
space:
mode:
authorjohndoe1232013-01-29 11:57:06 +0000
committerWillem Jan Palenstijn2013-05-08 20:47:42 +0200
commitc96d2475b100610271c974043a8a9c4322b8e60b (patch)
tree37b68566c61d3e86cde105e3d24845b7876a4de1 /engines/neverhood/gamemodule.h
parent53a81d11b8e5e34478e75a8797b094ec53976c68 (diff)
downloadscummvm-rg350-c96d2475b100610271c974043a8a9c4322b8e60b.tar.gz
scummvm-rg350-c96d2475b100610271c974043a8a9c4322b8e60b.tar.bz2
scummvm-rg350-c96d2475b100610271c974043a8a9c4322b8e60b.zip
NEVERHOOD: Add Screen::saveParams and Screen::restoreParams, called when etnering/leaving the menu
Diffstat (limited to 'engines/neverhood/gamemodule.h')
-rw-r--r--engines/neverhood/gamemodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/gamemodule.h b/engines/neverhood/gamemodule.h
index df8f015659..8101d38009 100644
--- a/engines/neverhood/gamemodule.h
+++ b/engines/neverhood/gamemodule.h
@@ -56,13 +56,13 @@ public:
void initCrystalColorsPuzzle();
uint32 getCurrRadioMusicFileHash();
protected:
+ int _moduleNum;
Entity *_prevChildObject;
int _prevModuleNum;
bool _restoreGameRequested;
bool _restartGameRequested;
bool _canRequestMainMenu;
bool _mainMenuRequested;
- int _moduleNum;
uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
void createModule(int moduleNum, int which);
void createModuleByHash(uint32 nameHash);