Removed redundant line used during testing

svn-id: r25443
This commit is contained in:
Paul Gilbert 2007-02-09 11:03:58 +00:00
parent a5047b599a
commit 3dfd1cbda8

View File

@ -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();