aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-22 07:52:10 +0000
committerTorbjörn Andersson2006-05-22 07:52:10 +0000
commit7090f051a021f6e7b3e6f4e652b7c38f6db217a2 (patch)
tree9048ca122f6210b0836f1a50c960ffb5a0b7e4b7 /engines
parentc40a8b48a1214363a4313d32c39eb0e02c506221 (diff)
downloadscummvm-rg350-7090f051a021f6e7b3e6f4e652b7c38f6db217a2.tar.gz
scummvm-rg350-7090f051a021f6e7b3e6f4e652b7c38f6db217a2.tar.bz2
scummvm-rg350-7090f051a021f6e7b3e6f4e652b7c38f6db217a2.zip
Fix debug messages.
svn-id: r22570
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/kyra3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/kyra3.cpp b/engines/kyra/kyra3.cpp
index d10da1ec78..e8058d3e0c 100644
--- a/engines/kyra/kyra3.cpp
+++ b/engines/kyra/kyra3.cpp
@@ -258,7 +258,7 @@ int KyraEngine_v3::handleMainMenu(WSAMovieV3 *logo) {
}
void KyraEngine_v3::drawMainMenu(const char * const *strings) {
- debugC(9, kDebugLevelMain, "KyraEngine::playMenuAudioFile(%p)", (const void*)strings);
+ debugC(9, kDebugLevelMain, "KyraEngine::drawMainMenu(%p)", (const void*)strings);
static const uint16 menuTable[] = { 0x01, 0x04, 0x0C, 0x04, 0x00, 0x80, 0xFF, 0x00, 0x01, 0x02, 0x03 };
int top = _screen->_curDim->sy;
@@ -271,7 +271,7 @@ void KyraEngine_v3::drawMainMenu(const char * const *strings) {
}
void KyraEngine_v3::drawMainBox(int x, int y, int w, int h, int fill) {
- debugC(9, kDebugLevelMain, "KyraEngine::playMenuAudioFile(%d, %d, %d, %d, %d)", x, y, w, h, fill);
+ debugC(9, kDebugLevelMain, "KyraEngine::drawMainBox(%d, %d, %d, %d, %d)", x, y, w, h, fill);
static const uint8 colorTable[] = { 0x16, 0x19, 0x1A, 0x16 };
--w; --h;