diff options
| -rw-r--r-- | engines/saga/animation.cpp | 2 | 
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)  | 
