aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
authorPaul Gilbert2007-02-09 11:03:58 +0000
committerPaul Gilbert2007-02-09 11:03:58 +0000
commit3dfd1cbda87468e0f2cc3a46159c6a496cb90e40 (patch)
tree8dddce581294f88c1561b14608b5ed5fc2b40f90 /engines/lure
parenta5047b599a5151f691d1dac85c643a8adc4e8123 (diff)
downloadscummvm-rg350-3dfd1cbda87468e0f2cc3a46159c6a496cb90e40.tar.gz
scummvm-rg350-3dfd1cbda87468e0f2cc3a46159c6a496cb90e40.tar.bz2
scummvm-rg350-3dfd1cbda87468e0f2cc3a46159c6a496cb90e40.zip
Removed redundant line used during testing
svn-id: r25443
Diffstat (limited to 'engines/lure')
-rw-r--r--engines/lure/hotspots.cpp2
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();