aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2003-01-16 17:37:34 +0000
committerJames Brown2003-01-16 17:37:34 +0000
commit4e07c1bb91d2fc2a2ab7156b5a252591d3ac1848 (patch)
tree9377fc2d8931c6afc7ef024305ae040db20a9e87 /scumm/scumm.h
parentd5a266f2ca7ca39b31286d8f34eae26a2919ba8e (diff)
downloadscummvm-rg350-4e07c1bb91d2fc2a2ab7156b5a252591d3ac1848.tar.gz
scummvm-rg350-4e07c1bb91d2fc2a2ab7156b5a252591d3ac1848.tar.bz2
scummvm-rg350-4e07c1bb91d2fc2a2ab7156b5a252591d3ac1848.zip
Patch 668634: Actor iteration fix
svn-id: r6484
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 501dc1e51d..7442aefb11 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -630,7 +630,6 @@ public:
/* Should be in Actor class */
Actor *derefActor(int id);
Actor *derefActorSafe(int id, const char *errmsg);
- Actor *getFirstActor() { return _actors; }
void showActors();
uint32 *_classData;