From 82514b4a28904ead97552f6605cd3bde6924660b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 22 Feb 2014 11:13:35 -0500 Subject: MADS: Beginnings of cursor initialization --- engines/mads/game.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/mads/game.h') diff --git a/engines/mads/game.h b/engines/mads/game.h index 2f0dcf7d48..bb15a8e35b 100644 --- a/engines/mads/game.h +++ b/engines/mads/game.h @@ -40,8 +40,17 @@ protected: * Perform any copy protection check */ virtual bool checkCopyProtection() = 0; + + /** + * Initialises the current section number of the game + */ + void initSection(int sectionNumber); + public: static Game *init(MADSEngine *vm); +public: + int _sectionNumber; + int _priorSectionNumber; public: virtual ~Game(); -- cgit v1.2.3