diff options
author | Travis Howell | 2004-08-26 14:28:42 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-26 14:28:42 +0000 |
commit | f6eae9d1a1beeca56667ad40047a1cbac7b91f83 (patch) | |
tree | c855faf31d65b452dbe85fadf162227fbef82a83 /scumm/scumm.cpp | |
parent | 5805529c2c1d33df8fcf1800a20a4f2f57e98dde (diff) | |
download | scummvm-rg350-f6eae9d1a1beeca56667ad40047a1cbac7b91f83.tar.gz scummvm-rg350-f6eae9d1a1beeca56667ad40047a1cbac7b91f83.tar.bz2 scummvm-rg350-f6eae9d1a1beeca56667ad40047a1cbac7b91f83.zip |
Update akos error messages
Add proper timer opcodes
Up some debug msgs.
svn-id: r14779
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index f89a27efad..8913fe7448 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -654,6 +654,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS _heSndTimer = 0; _heSndLoop = 0; _heSndSoundFreq = 0; + memset(_timers, 0, sizeof(_timers)); // // Init all VARS to 0xFF |