aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/mult_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2006-06-06 15:43:44 +0000
committerSven Hesse2006-06-06 15:43:44 +0000
commitbf86b9b022186f8530a3430f6549c4f00350f12c (patch)
tree07ae31b79f75b38ccc3911d381110d3bfaf7b9df /engines/gob/mult_v2.cpp
parent9a46b6047d67b10f47541030ab5b29f0c7449d50 (diff)
downloadscummvm-rg350-bf86b9b022186f8530a3430f6549c4f00350f12c.tar.gz
scummvm-rg350-bf86b9b022186f8530a3430f6549c4f00350f12c.tar.bz2
scummvm-rg350-bf86b9b022186f8530a3430f6549c4f00350f12c.zip
Two segfault and several coding style related fixes
svn-id: r22954
Diffstat (limited to 'engines/gob/mult_v2.cpp')
-rw-r--r--engines/gob/mult_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/mult_v2.cpp b/engines/gob/mult_v2.cpp
index 5b420ec668..d26919d53a 100644
--- a/engines/gob/mult_v2.cpp
+++ b/engines/gob/mult_v2.cpp
@@ -1236,7 +1236,7 @@ void Mult_v2::animate(void) {
animData1->frame++;
if (animData1->frame >=
_vm->_scenery->_animations[(int)animData1->animation].layers[animData1->layer]->framesCount) {
- switch(animData1->animType) {
+ switch (animData1->animType) {
case 0:
animData1->frame = 0;
break;