diff options
-rw-r--r-- | engines/toon/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/state.cpp b/engines/toon/state.cpp index abd8a409a6..f676a65025 100644 --- a/engines/toon/state.cpp +++ b/engines/toon/state.cpp @@ -54,7 +54,7 @@ void Location::load(Common::ReadStream *stream) { } State::State(void) { - for (int32 i = 0; i < 64; i++) { + for (int32 i = 0; i < 256; i++) { _locations[i]._visited = false; _locations[i]._numSceneAnimations = 0; _locations[i]._numRifBoxes = 0; |