diff options
-rw-r--r-- | engines/dreamweb/vgagrafx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/vgagrafx.cpp b/engines/dreamweb/vgagrafx.cpp index 39142db574..3e1d97e5ca 100644 --- a/engines/dreamweb/vgagrafx.cpp +++ b/engines/dreamweb/vgagrafx.cpp @@ -182,6 +182,7 @@ void DreamGenContext::doShake() { 0, -2, 3, -2, 0, 2, 4, -1, 1, -3, 3, 0, }; + assert(counter < ARRAYSIZE(shakeTable)); int offset = shakeTable[counter]; engine->setShakePos(offset >= 0 ? offset : -offset); } |