diff options
author | Torbjörn Andersson | 2006-01-18 11:53:07 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-01-18 11:53:07 +0000 |
commit | 34d835e4a263f6cc0be68da94cca40c803dd9532 (patch) | |
tree | acda69073f4c5467392209f98036c46e60ef3022 /scumm/scumm.h | |
parent | 791b5bdc6175fb3f15dbc4f10d643ac3596228e9 (diff) | |
download | scummvm-rg350-34d835e4a263f6cc0be68da94cca40c803dd9532.tar.gz scummvm-rg350-34d835e4a263f6cc0be68da94cca40c803dd9532.tar.bz2 scummvm-rg350-34d835e4a263f6cc0be68da94cca40c803dd9532.zip |
Work around a script bug in Full Throttle. See bug #1407789.
svn-id: r20080
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 2 |
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; |