mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
fixed warning output
svn-id: r7735
This commit is contained in:
parent
5fe08b9191
commit
684cd9c431
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user