[Scummvm-cvs-logs] scummvm master -> f8df58f9578fbacaea0910435e42c096c20226c7
digitall
digitall at scummvm.org
Sun Feb 20 05:49:26 CET 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:
f8df58f957 MOHAWK: Fix Un-initialized Read In Myst Library Tower Rotation Control.
Commit: f8df58f9578fbacaea0910435e42c096c20226c7
https://github.com/scummvm/scummvm/commit/f8df58f9578fbacaea0910435e42c096c20226c7
Author: D G Turner (digitall at scummvm.org)
Date: 2011-02-19T20:47:54-08:00
Commit Message:
MOHAWK: Fix Un-initialized Read In Myst Library Tower Rotation Control.
Changed paths:
engines/mohawk/myst_stacks/myst.cpp
diff --git a/engines/mohawk/myst_stacks/myst.cpp b/engines/mohawk/myst_stacks/myst.cpp
index 5f05a8d..29048ea 100644
--- a/engines/mohawk/myst_stacks/myst.cpp
+++ b/engines/mohawk/myst_stacks/myst.cpp
@@ -47,6 +47,7 @@ Myst::Myst(MohawkEngine_Myst *vm) :
// when linking back to Myst in the library
_savedCardId = 4329;
+ _towerRotationBlinkLabel = false;
_libraryBookcaseChanged = false;
_dockVaultState = 0;
_cabinMatchState = 2;
More information about the Scummvm-git-logs
mailing list