[Scummvm-cvs-logs] scummvm master -> 4bdd38923ad7ef66199e6ed6ccb3f89f4ec782c7

clone2727 clone2727 at gmail.com
Mon Mar 19 16:06:03 CET 2012


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:
4bdd38923a MOHAWK: Properly initialize the Riven tdomeelev variable


Commit: 4bdd38923ad7ef66199e6ed6ccb3f89f4ec782c7
    https://github.com/scummvm/scummvm/commit/4bdd38923ad7ef66199e6ed6ccb3f89f4ec782c7
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-03-19T08:03:38-07:00

Commit Message:
MOHAWK: Properly initialize the Riven tdomeelev variable

Thanks to Robot_Maker20 for noticing the bug

Changed paths:
    engines/mohawk/riven_vars.cpp



diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp
index ba5c343..8ddb76e 100644
--- a/engines/mohawk/riven_vars.cpp
+++ b/engines/mohawk/riven_vars.cpp
@@ -305,6 +305,7 @@ void MohawkEngine_Riven::initVars() {
 	_vars["gnmagcar"] = 1;
 	_vars["omusicplayer"] = 1;
 	_vars["transitionmode"] = kRivenTransitionSpeedFastest;
+	_vars["tdomeelev"] = 1;
 
 	// Randomize the telescope combination
 	uint32 &teleCombo = _vars["tcorrectorder"];






More information about the Scummvm-git-logs mailing list