From 3dfd1cbda87468e0f2cc3a46159c6a496cb90e40 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 9 Feb 2007 11:03:58 +0000 Subject: [PATCH] Removed redundant line used during testing svn-id: r25443 --- engines/lure/hotspots.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index 048a2407318..f5cfa64d432 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();