aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dmglobals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/dmglobals.cpp')
-rw-r--r--engines/dm/dmglobals.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/dm/dmglobals.cpp b/engines/dm/dmglobals.cpp
index 044659aa2e..6457c8510d 100644
--- a/engines/dm/dmglobals.cpp
+++ b/engines/dm/dmglobals.cpp
@@ -57,8 +57,7 @@ void DMEngine::initArrays() {
}
void DMEngine::f19_displayErrorAndStop(int16 errorIndex) {
- debug("Stuff hit the fun: ");
- debug(Common::String::format("%d", errorIndex).c_str());
+ debug("Stuff hit the fun: %d", errorIndex);
Common::Event event;
while (_system->getEventManager()->pollEvent(event) || true)
;