mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
LILLIPUT: Fix missing format specifier in call to debugC()
This commit is contained in:
parent
642dea8ff8
commit
76857c715a
@ -1710,7 +1710,7 @@ byte LilliputEngine::sequenceSetCharacterDirection(int index, int direction, int
|
||||
}
|
||||
|
||||
byte LilliputEngine::sequenceSetMobility(int index, Common::Point var1) {
|
||||
debugC(2, kDebugEngine, "sequenceSetMobility(%d, %d)", index, var1.x, var1.y);
|
||||
debugC(2, kDebugEngine, "sequenceSetMobility(%d, %d - %d)", index, var1.x, var1.y);
|
||||
|
||||
_characterMobility[index] = var1.y;
|
||||
return 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user