fixed warning output

svn-id: r7735
This commit is contained in:
Max Horn 2003-05-20 15:13:18 +00:00
parent 5fe08b9191
commit 684cd9c431

View File

@ -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;
}