aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2009-03-08 13:28:22 +0000
committerJohannes Schickel2009-03-08 13:28:22 +0000
commit3524032314b44e56cbfa56c692f1aea75af3cf95 (patch)
tree30f024bce84b153456c9e4bb477c1e0f6d62e099 /engines/kyra
parente8a00262ed860386c91b16365a01bb9e2f4841ee (diff)
downloadscummvm-rg350-3524032314b44e56cbfa56c692f1aea75af3cf95.tar.gz
scummvm-rg350-3524032314b44e56cbfa56c692f1aea75af3cf95.tar.bz2
scummvm-rg350-3524032314b44e56cbfa56c692f1aea75af3cf95.zip
Cleanup.
svn-id: r39224
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/lol.cpp b/engines/kyra/lol.cpp
index 66739baf58..e9ce0195b2 100644
--- a/engines/kyra/lol.cpp
+++ b/engines/kyra/lol.cpp
@@ -189,7 +189,7 @@ LoLEngine::LoLEngine(OSystem *system, const GameFlags &flags) : KyraEngine_v1(sy
memset(_activeTim, 0, 10 * sizeof(TIM*));
memset(_activeVoiceFile, 0, sizeof(_activeVoiceFile));
- memset(&_openDoorState, 0, sizeof(OpenDoorState) * 3);
+ memset(_openDoorState, 0, sizeof(_openDoorState));
_pageBuffer1 = _pageBuffer2 = 0;