diff options
| author | Max Horn | 2005-04-01 13:05:40 +0000 |
|---|---|---|
| committer | Max Horn | 2005-04-01 13:05:40 +0000 |
| commit | 9f01b54bcfd7871f4a4a4fb58a9df65e96aae5d0 (patch) | |
| tree | 474c38dcf1f306f4376b74a48d9cec404303e091 /scumm/scumm.h | |
| parent | 2eab3e51eb368122a80cba2f46e20f69c827755f (diff) | |
| download | scummvm-rg350-9f01b54bcfd7871f4a4a4fb58a9df65e96aae5d0.tar.gz scummvm-rg350-9f01b54bcfd7871f4a4a4fb58a9df65e96aae5d0.tar.bz2 scummvm-rg350-9f01b54bcfd7871f4a4a4fb58a9df65e96aae5d0.zip | |
Turned setupRoomObject into a virtual method
svn-id: r17326
Diffstat (limited to 'scumm/scumm.h')
| -rw-r--r-- | scumm/scumm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index bd7f8a153a..e02c250e88 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -724,7 +724,7 @@ protected: ObjectIDMap _objectIDMap; int _numObjectsInRoom; - void setupRoomObject(ObjectData *od, const byte *room, const byte *searchptr = NULL); + virtual void setupRoomObject(ObjectData *od, const byte *room, const byte *searchptr = NULL); void markObjectRectAsDirty(int obj); void loadFlObject(uint object, uint room); void nukeFlObjects(int min, int max); |
