[Scummvm-git-logs] scummvm master -> c9f22eb1aa67a4017024bc2e1dbabdc561aa30c9

csnover csnover at users.noreply.github.com
Sun May 7 04:24:22 CEST 2017


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:
c9f22eb1aa SCI32: Add missing ifdef for EngineState::_eventCounter


Commit: c9f22eb1aa67a4017024bc2e1dbabdc561aa30c9
    https://github.com/scummvm/scummvm/commit/c9f22eb1aa67a4017024bc2e1dbabdc561aa30c9
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-05-06T21:23:23-05:00

Commit Message:
SCI32: Add missing ifdef for EngineState::_eventCounter

Changed paths:
    engines/sci/engine/state.cpp


diff --git a/engines/sci/engine/state.cpp b/engines/sci/engine/state.cpp
index 4abf5ce..7e7be99 100644
--- a/engines/sci/engine/state.cpp
+++ b/engines/sci/engine/state.cpp
@@ -101,7 +101,9 @@ void EngineState::reset(bool isRestoring) {
 
 	gcCountDown = 0;
 
+#ifdef ENABLE_SCI32
 	_eventCounter = 0;
+#endif
 	_throttleLastTime = 0;
 	_throttleTrigger = false;
 	_gameIsBenchmarking = false;





More information about the Scummvm-git-logs mailing list