diff options
-rw-r--r-- | actor.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,8 @@ public: void remapActor(int b, int c, int d, int e); void walkActorOld(); + + bool isInCurrentRoom() { return room == _scumm->_currentRoom; } }; #endif |