mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Should be int
svn-id: r14923
This commit is contained in:
+1
-1
@@ -717,7 +717,7 @@ public:
|
||||
protected:
|
||||
byte *_objectOwnerTable, *_objectRoomTable, *_objectStateTable;
|
||||
ObjectIDMap _objectIDMap;
|
||||
byte _numObjectsInRoom;
|
||||
int _numObjectsInRoom;
|
||||
|
||||
void setupRoomObject(ObjectData *od, const byte *room, const byte *searchptr = NULL);
|
||||
void markObjectRectAsDirty(int obj);
|
||||
|
||||
Reference in New Issue
Block a user