aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorAlexandre Detiste2016-10-31 09:56:43 +0100
committerAlexandre Detiste2016-10-31 09:56:43 +0100
commitf8388db32b26b1ca9ef109e1c0d83a04c052d9b5 (patch)
tree2931e441b9d828b3f107ff75f3e9b8f572a00f30 /engines/scumm
parentb34e784c8a6f76f034ebfa62d1c95c809e5414b4 (diff)
downloadscummvm-rg350-f8388db32b26b1ca9ef109e1c0d83a04c052d9b5.tar.gz
scummvm-rg350-f8388db32b26b1ca9ef109e1c0d83a04c052d9b5.tar.bz2
scummvm-rg350-f8388db32b26b1ca9ef109e1c0d83a04c052d9b5.zip
JANITORIAL: Typos
I've not fixed this one, maybe it's on purpose: RELASE -> RELEASE engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO";
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/sound.cpp b/engines/scumm/sound.cpp
index a62092f493..98958a3050 100644
--- a/engines/scumm/sound.cpp
+++ b/engines/scumm/sound.cpp
@@ -359,7 +359,7 @@ void Sound::playSound(int soundID) {
_currentCDSound = soundID;
} else {
// All other sound types are ignored
- warning("Scumm::Sound::playSound: encountered audio resoure with chunk type 'SOUN' and sound type %d", type);
+ warning("Scumm::Sound::playSound: encountered audio resource with chunk type 'SOUN' and sound type %d", type);
}
}
else if ((_vm->_game.platform == Common::kPlatformMacintosh) && (_vm->_game.id == GID_INDY3) && READ_BE_UINT16(ptr + 8) == 0x1C) {