aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/sprites.cpp2
-rw-r--r--engines/queen/input.cpp2
-rw-r--r--engines/queen/music.cpp2
-rw-r--r--engines/queen/talk.cpp2
-rw-r--r--engines/scumm/gfx.cpp2
-rw-r--r--engines/scumm/imuse/imuse.cpp6
-rw-r--r--engines/sky/compact.cpp4
-rw-r--r--engines/sky/disk.cpp2
-rw-r--r--engines/sword2/logic.cpp2
-rw-r--r--sound/softsynth/mt32.cpp2
10 files changed, 13 insertions, 13 deletions
diff --git a/engines/kyra/sprites.cpp b/engines/kyra/sprites.cpp
index 3d962d82c9..8e3b000367 100644
--- a/engines/kyra/sprites.cpp
+++ b/engines/kyra/sprites.cpp
@@ -461,7 +461,7 @@ void Sprites::loadDAT(const char *filename, SceneExits &exits) {
data += 2;
}
_anims[nextAnim].length = data - animstart;
- //debugC(1, kDebugLevelSprites, "Found an anim script of length %i!", _anims[nextAnim].length);
+ //debugC(1, kDebugLevelSprites, "Found an anim script of length %i", _anims[nextAnim].length);
nextAnim++;
data += 2;
break;
diff --git a/engines/queen/input.cpp b/engines/queen/input.cpp
index c0b420df43..d6b4f4cb44 100644
--- a/engines/queen/input.cpp
+++ b/engines/queen/input.cpp
@@ -169,7 +169,7 @@ int Input::checkKeys() {
case KEY_ESCAPE: // slip cutaway / dialogue
if (_canQuit) {
if (_cutawayRunning) {
- debug(6, "[Input::checkKeys] Setting _cutawayQuit to true!");
+ debug(6, "[Input::checkKeys] Setting _cutawayQuit to true");
_cutawayQuit = true;
}
if (_dialogueRunning)
diff --git a/engines/queen/music.cpp b/engines/queen/music.cpp
index c4a7a24503..bf7402e824 100644
--- a/engines/queen/music.cpp
+++ b/engines/queen/music.cpp
@@ -214,7 +214,7 @@ void MusicPlayer::queueTuneList(int16 tuneList) {
void MusicPlayer::playMusic() {
if (!_songQueue[0]) {
- debug(5, "MusicPlayer::playMusic - Music queue is empty!");
+ debug(5, "MusicPlayer::playMusic - Music queue is empty");
return;
}
diff --git a/engines/queen/talk.cpp b/engines/queen/talk.cpp
index b2485bef2a..223bd320f5 100644
--- a/engines/queen/talk.cpp
+++ b/engines/queen/talk.cpp
@@ -728,7 +728,7 @@ void Talk::defaultAnimation(
_vm->bankMan()->overpack(head, startFrame, bankNum);
}
} else {
- debug(6, "[Talk::defaultAnimation] Body action!");
+ debug(6, "[Talk::defaultAnimation] Body action");
// Just do a body action
_vm->bankMan()->overpack(parameters->body, startFrame, bankNum);
}
diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp
index 53a0cbad96..018895d546 100644
--- a/engines/scumm/gfx.cpp
+++ b/engines/scumm/gfx.cpp
@@ -2183,7 +2183,7 @@ void Gdi::decodeNESGfx(const byte *room) {
}
_NES.hasmask = true;
if (mask != 1)
- debug(0,"NES room %i has irregular mask count %i!",_vm->_currentRoom,mask);
+ debug(0,"NES room %i has irregular mask count %i",_vm->_currentRoom,mask);
int mwidth = *mdata++;
for (i = 0; i < 16; i++) {
n = 0;
diff --git a/engines/scumm/imuse/imuse.cpp b/engines/scumm/imuse/imuse.cpp
index bab9d5dfdc..3645144a0a 100644
--- a/engines/scumm/imuse/imuse.cpp
+++ b/engines/scumm/imuse/imuse.cpp
@@ -79,7 +79,7 @@ byte *IMuseInternal::findStartOfSound(int sound) {
ptr = _base_sounds[sound];
if (ptr == NULL) {
- debug(1, "IMuseInternal::findStartOfSound(): Sound %d doesn't exist!", sound);
+ debug(1, "IMuseInternal::findStartOfSound(): Sound %d doesn't exist", sound);
return NULL;
}
@@ -103,7 +103,7 @@ byte *IMuseInternal::findStartOfSound(int sound) {
++pos; // We could probably iterate more intelligently
}
- debug(3, "IMuseInternal::findStartOfSound(): Failed to align on sound %d!", sound);
+ debug(3, "IMuseInternal::findStartOfSound(): Failed to align on sound %d", sound);
return 0;
}
@@ -578,7 +578,7 @@ bool IMuseInternal::startSound_internal (int sound) {
void *ptr = findStartOfSound(sound);
if (!ptr) {
- debug(2, "IMuseInternal::startSound(): Couldn't find sound %d!", sound);
+ debug(2, "IMuseInternal::startSound(): Couldn't find sound %d", sound);
return false;
}
diff --git a/engines/sky/compact.cpp b/engines/sky/compact.cpp
index c629894ed3..9db5808fa1 100644
--- a/engines/sky/compact.cpp
+++ b/engines/sky/compact.cpp
@@ -428,7 +428,7 @@ uint16 SkyCompact::findCptId(void *cpt) {
if (_compacts[listCnt][elemCnt] == cpt)
return (listCnt << 12) | elemCnt;
// not found
- debug(1, "Id for Compact %p wasn't found!", cpt);
+ debug(1, "Id for Compact %p wasn't found", cpt);
return 0;
}
@@ -439,7 +439,7 @@ uint16 SkyCompact::findCptId(const char *cptName) {
if (scumm_stricmp(cptName, _cptNames[listCnt][elemCnt]) == 0)
return (listCnt << 12) | elemCnt;
// not found
- debug(1, "Id for Compact %s wasn't found!", cptName);
+ debug(1, "Id for Compact %s wasn't found", cptName);
return 0;
}
diff --git a/engines/sky/disk.cpp b/engines/sky/disk.cpp
index 451b4d9058..f92e5dc990 100644
--- a/engines/sky/disk.cpp
+++ b/engines/sky/disk.cpp
@@ -191,7 +191,7 @@ uint8 *Disk::getFileInfo(uint16 fileNr) {
for (i = 0; i < _dinnerTableEntries; i++) {
if (READ_LE_UINT16(dnrTbl16Ptr) == fileNr) {
- debug(2, "file %d found!", fileNr);
+ debug(2, "file %d found", fileNr);
return (uint8 *)dnrTbl16Ptr;
}
dnrTbl16Ptr += 4;
diff --git a/engines/sword2/logic.cpp b/engines/sword2/logic.cpp
index dcda724a65..194285836f 100644
--- a/engines/sword2/logic.cpp
+++ b/engines/sword2/logic.cpp
@@ -150,7 +150,7 @@ int Logic::processSession() {
// Note that this really does happen a
// lot, so don't make it a warning.
- debug(5, "object %d script 0 terminated!", id);
+ debug(5, "object %d script 0 terminated", id);
// reset to rerun, drop out for a cycle
_curObjectHub.setScriptPc(level, _curObjectHub.getScriptId(level) & 0xffff);
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp
index 0b3b6dffe3..1f3434c581 100644
--- a/sound/softsynth/mt32.cpp
+++ b/sound/softsynth/mt32.cpp
@@ -207,7 +207,7 @@ static int MT32_Report(void *userData, MT32Emu::ReportType type, const void *rep
debug(1, "MT32emu: 3DNow! is avaliable");
break;
case MT32Emu::ReportType_using3DNow:
- debug(1, "MT32emu: using 3DNow!");
+ debug(1, "MT32emu: using 3DNow! ");
break;
default:
break;