[Scummvm-cvs-logs] SF.net SVN: scummvm:[54086] scummvm/trunk/engines/hugo
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Fri Nov 5 09:14:12 CET 2010
Revision: 54086
http://scummvm.svn.sourceforge.net/scummvm/?rev=54086&view=rev
Author: strangerke
Date: 2010-11-05 08:14:12 +0000 (Fri, 05 Nov 2010)
Log Message:
-----------
HUGO: Suppress status variables related to playback
Modified Paths:
--------------
scummvm/trunk/engines/hugo/game.h
scummvm/trunk/engines/hugo/hugo.cpp
Modified: scummvm/trunk/engines/hugo/game.h
===================================================================
--- scummvm/trunk/engines/hugo/game.h 2010-11-05 07:59:55 UTC (rev 54085)
+++ scummvm/trunk/engines/hugo/game.h 2010-11-05 08:14:12 UTC (rev 54086)
@@ -833,12 +833,13 @@
bool initSaveFl; // Force save of initial game
bool storyModeFl; // Game is telling story - no commands
bool gameOverFl; // Game is over - hero knobbled
- bool playbackFl; // Game is in playback mode
- bool recordFl; // Game is in record mode
+// Strangerke - Suppress as related to playback
+// bool playbackFl; // Game is in playback mode
+// bool recordFl; // Game is in record mode
bool demoFl; // Game is in demo mode
bool debugFl; // Game is in debug mode
bool textBoxFl; // Game is (halted) in text box
-// Strangerke - Not used ?
+// Strangerke - Not used ?
// bool mmtimeFl; // Multimedia timer supported
bool lookFl; // Toolbar "look" button pressed
bool recallFl; // Toolbar "recall" button pressed
Modified: scummvm/trunk/engines/hugo/hugo.cpp
===================================================================
--- scummvm/trunk/engines/hugo/hugo.cpp 2010-11-05 07:59:55 UTC (rev 54085)
+++ scummvm/trunk/engines/hugo/hugo.cpp 2010-11-05 08:14:12 UTC (rev 54086)
@@ -920,11 +920,12 @@
_status.initSaveFl = true; // Force initial save
_status.storyModeFl = false; // Not in story mode
_status.gameOverFl = false; // Hero not knobbled yet
- _status.recordFl = false; // Not record mode
- _status.playbackFl = false; // Not playback mode
+// Strangerke - Suppress as related to playback
+// _status.recordFl = false; // Not record mode
+// _status.playbackFl = false; // Not playback mode
_status.demoFl = false; // Not demo mode
_status.textBoxFl = false; // Not processing a text box
-// Strangerke - Not used ?
+// Strangerke - Not used ?
// _status.mmtime = false; // Multimedia timer support
_status.lookFl = false; // Toolbar "look" button
_status.recallFl = false; // Toolbar "recall" button
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list