diff options
Diffstat (limited to 'engines/gob/goblin_v2.cpp')
| -rw-r--r-- | engines/gob/goblin_v2.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/goblin_v2.cpp b/engines/gob/goblin_v2.cpp index ada54fbb5b..de9da6afc0 100644 --- a/engines/gob/goblin_v2.cpp +++ b/engines/gob/goblin_v2.cpp @@ -463,6 +463,9 @@ void Goblin_v2::moveAdvance(Mult::Mult_Object *obj, Gob_Object *gobDesc,  		}  		if (animData->frame >= framesCount) { +			if (animData->nextState == -1) // TODO: This should never happen +				return; +  			state = animData->nextState;  			animation = obj->goblinStates[state][0].animation;  			layer = obj->goblinStates[state][0].layer;  | 
