[Scummvm-cvs-logs] scummvm master -> 628cc40e8fc84d52c551551c72606bdce1bc58ce

fuzzie fuzzie at fuzzie.org
Sun Jul 3 18:30:37 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
628cc40e8f MOHAWK: Fix build.


Commit: 628cc40e8fc84d52c551551c72606bdce1bc58ce
    https://github.com/scummvm/scummvm/commit/628cc40e8fc84d52c551551c72606bdce1bc58ce
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-07-03T09:28:22-07:00

Commit Message:
MOHAWK: Fix build.

Changed paths:
    engines/mohawk/livingbooks.h



diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index 6cf3ee3..ad2fe56 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;






More information about the Scummvm-git-logs mailing list