diff options
| -rw-r--r-- | scumm/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index a9f69602e1..73e1e0d28c 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1457,7 +1457,7 @@ void Actor::remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold) } if (costume < 1 || costume >= _vm->_numCostumes - 1) { - warning("Remap actor %d invalid costume", number, costume); + warning("Remap actor %d invalid costume %d", number, costume); return; } |
