MOHAWK: Correction for uninitialized read in Myst Cabin Door State.

This commit is contained in:
D G Turner 2011-02-26 10:18:36 +00:00
parent 8add05f9b3
commit f78f2dff49

View File

@ -50,6 +50,7 @@ Myst::Myst(MohawkEngine_Myst *vm) :
_towerRotationBlinkLabel = false;
_libraryBookcaseChanged = false;
_dockVaultState = 0;
_cabinDoorOpened = 0;
_cabinMatchState = 2;
_matchBurning = false;
_tree = 0;