mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
Removed redundant line used during testing
svn-id: r25443
This commit is contained in:
parent
a5047b599a
commit
3dfd1cbda8
@ -1975,8 +1975,6 @@ void HotspotTickHandlers::standardCharacterAnimHandler(Hotspot &h) {
|
||||
debugC(ERROR_DETAILED, kLureDebugAnimations, "Hotspot standard character p=(%d,%d,%d) bs=%d\n%s",
|
||||
h.x(), h.y(), h.roomNumber(), h.blockedState(), buffer);
|
||||
}
|
||||
if (h.hotspotId() == 1005)
|
||||
printf("XYZZY Woozy\n");
|
||||
|
||||
// Handle any active talk dialog
|
||||
h.handleTalkDialog();
|
||||
|
Loading…
Reference in New Issue
Block a user