aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index a59d4f9ccd..437e15f6c9 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -848,6 +848,8 @@ protected:
void setVerbObject(uint room, uint object, uint verb);
public:
+ bool isValidActor(int id) const;
+
/* Should be in Actor class */
Actor *derefActor(int id, const char *errmsg = 0) const;
Actor *derefActorSafe(int id, const char *errmsg) const;