diff options
author | Alyssa Milburn | 2011-07-03 18:28:22 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-07-03 18:28:22 +0200 |
commit | 628cc40e8fc84d52c551551c72606bdce1bc58ce (patch) | |
tree | 092743c1899651794e0a2d247fd62ead221c6749 /engines/mohawk | |
parent | a1e9cecd39bbd3541cc8e9cd69cca4578151b8d9 (diff) | |
download | scummvm-rg350-628cc40e8fc84d52c551551c72606bdce1bc58ce.tar.gz scummvm-rg350-628cc40e8fc84d52c551551c72606bdce1bc58ce.tar.bz2 scummvm-rg350-628cc40e8fc84d52c551551c72606bdce1bc58ce.zip |
MOHAWK: Fix build.
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/livingbooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h index 6cf3ee361b..ad2fe56a52 100644 --- a/engines/mohawk/livingbooks.h +++ b/engines/mohawk/livingbooks.h @@ -688,6 +688,7 @@ public: LBMode getCurMode() { return _curMode; } bool tryLoadPageStart(LBMode mode, uint page); + bool loadPage(LBMode mode, uint page, uint subpage); void prevPage(); void nextPage(); @@ -716,7 +717,6 @@ private: Common::Queue<DelayedEvent> _eventQueue; LBItem *_focus; void destroyPage(); - bool loadPage(LBMode mode, uint page, uint subpage); void updatePage(); uint16 _lastSoundOwner, _lastSoundId; |