diff options
-rw-r--r-- | engines/lure/hotspots.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index 048a240731..f5cfa64d43 100644 --- a/engines/lure/hotspots.cpp +++ b/engines/lure/hotspots.cpp @@ -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(); |