diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/chewy/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/sound.cpp b/engines/chewy/sound.cpp index b11079a290..36f2d63073 100644 --- a/engines/chewy/sound.cpp +++ b/engines/chewy/sound.cpp @@ -213,7 +213,7 @@ void Sound::convertTMFToMod(byte *tmfData, uint32 tmfSize, byte *modData, uint32 }; if (READ_BE_UINT32(tmfPtr) != MKTAG('T', 'M', 'F', '\0')) - error("Corrupt TBF resource"); + error("Corrupt TMF resource"); tmfPtr += 4; memcpy(modPtr, songName, 20); |