aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 8dfca3c00f..444188e7a8 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1426,7 +1426,7 @@ void Actor::walkActorOld() {
byte *Actor::getActorName() {
byte *ptr = _vm->getResourceAddress(rtActorName, number);
if (ptr == NULL) {
- warning("Failed to find name of actor %d\n", number);
+ warning("Failed to find name of actor %d", number);
}
return ptr;
}