Another small init fix thanks to Valgrind (using Sam n Max this time).

svn-id: r3841
This commit is contained in:
Lionel Ulmer 2002-03-30 21:24:15 +00:00
parent 70850a3b73
commit 37c990d3ab

View File

@ -149,4 +149,7 @@ Scumm::Scumm(void)
_saveLoadFlag = 0;
_completeScreenRedraw = false; /* Maybe it should be true to force a full redraw on start ? */
_expire_counter = 0; /* Start expired (0xFF) or not ? */
_leftBtnPressed = 0;
_rightBtnPressed = 0;
_lastKeyHit = 0;
}