aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2007-09-01 10:51:11 +0000
committerEugene Sandulenko2007-09-01 10:51:11 +0000
commite3b6d81e8288d6558ad2021b3a8aa5f5cca69154 (patch)
tree19df8c29c9c43c0e7b41e839dc71c4435a997a7b /engines/saga
parent557558974aabf67978f87a584f485d5ee7dde080 (diff)
downloadscummvm-rg350-e3b6d81e8288d6558ad2021b3a8aa5f5cca69154.tar.gz
scummvm-rg350-e3b6d81e8288d6558ad2021b3a8aa5f5cca69154.tar.bz2
scummvm-rg350-e3b6d81e8288d6558ad2021b3a8aa5f5cca69154.zip
This is a pseudo-commit. Previous commit log message for this file should read
as follows: Fix recent regression crash in IHNM intro. svn-id: r28781
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/animation.cpp b/engines/saga/animation.cpp
index 0c861eb8f1..1d8625a2d2 100644
--- a/engines/saga/animation.cpp
+++ b/engines/saga/animation.cpp
@@ -386,7 +386,7 @@ void Anim::load(uint16 animId, const byte *animResourceData, size_t animResource
// Cache frame offsets
- // WORKAROUND: Cutaway 4 is ending credits. For some reason it
+ // WORKAROUND: Cutaway #4 is ending credits. For some reason it
// has wrong number of frames specified in its header. So we
// calculate it here:
if (animId == MAX_ANIMATIONS + 4)