aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.h
diff options
context:
space:
mode:
authorMax Horn2010-11-07 01:03:03 +0000
committerMax Horn2010-11-07 01:03:03 +0000
commit90b6cdfbdff3e75a034c748d6d8784a0df7f5db4 (patch)
tree0ec6469f350fe83758b1d8790ce88454fa0f501c /engines/lure/hotspots.h
parent18d40017e849ccb74d899b651042a750052d11f4 (diff)
downloadscummvm-rg350-90b6cdfbdff3e75a034c748d6d8784a0df7f5db4.tar.gz
scummvm-rg350-90b6cdfbdff3e75a034c748d6d8784a0df7f5db4.tar.bz2
scummvm-rg350-90b6cdfbdff3e75a034c748d6d8784a0df7f5db4.zip
LURE: Remove all uses of (f)printf; cleanup
svn-id: r54106
Diffstat (limited to 'engines/lure/hotspots.h')
-rw-r--r--engines/lure/hotspots.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lure/hotspots.h b/engines/lure/hotspots.h
index 5ff0ec563f..2ae2e91ecf 100644
--- a/engines/lure/hotspots.h
+++ b/engines/lure/hotspots.h
@@ -158,8 +158,7 @@ public:
void clear();
void reset(RoomPathsData &src);
PathFinderResult process();
- void list(char *buffer);
- void list() { list(NULL); }
+ Common::String getDebugInfo() const;
void pop() { _list.erase(_list.begin()); }
WalkingActionEntry &top() { return **_list.begin(); }