[Scummvm-git-logs] scummvm master -> 4d97f7581abe50049f563097174e16643f6e6054

digitall 547637+digitall at users.noreply.github.com
Thu Oct 24 02:31:50 CEST 2019


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:
4d97f7581a SCUMM HE: Fix Compilation When HE is Disabled


Commit: 4d97f7581abe50049f563097174e16643f6e6054
    https://github.com/scummvm/scummvm/commit/4d97f7581abe50049f563097174e16643f6e6054
Author: D G Turner (digitall at scummvm.org)
Date: 2019-10-24T01:28:07+01:00

Commit Message:
SCUMM HE: Fix Compilation When HE is Disabled

Changed paths:
    engines/scumm/vars.cpp


diff --git a/engines/scumm/vars.cpp b/engines/scumm/vars.cpp
index 67416b4..ba3aa3d 100644
--- a/engines/scumm/vars.cpp
+++ b/engines/scumm/vars.cpp
@@ -738,7 +738,6 @@ void ScummEngine_v99he::resetScummVars() {
 		VAR(157) = 0;
 	}
 }
-#endif
 
 void ScummEngine_v100he::resetScummVars() {
 	ScummEngine_v99he::resetScummVars();
@@ -751,6 +750,7 @@ void ScummEngine_v100he::resetScummVars() {
 #endif
 	}
 }
+#endif
 
 void ScummEngine::resetScummVars() {
 	if (_game.heversion < 70 && _game.version <= 6) {





More information about the Scummvm-git-logs mailing list