aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2004-01-11 20:42:40 +0000
committerMax Horn2004-01-11 20:42:40 +0000
commit7237b6a2ec6a83d2a421d8c990848dbadaa947f9 (patch)
tree8b2269b6f05513e2107cc3cd728ab87f8c3ddcd0 /scumm/scumm.h
parent0712cb95af1bbadb99aea44a53addc48c3f9a6ce (diff)
downloadscummvm-rg350-7237b6a2ec6a83d2a421d8c990848dbadaa947f9.tar.gz
scummvm-rg350-7237b6a2ec6a83d2a421d8c990848dbadaa947f9.tar.bz2
scummvm-rg350-7237b6a2ec6a83d2a421d8c990848dbadaa947f9.zip
changed the name of the former removeObjectFromRoom yet again, to markObjectRectAsDirty - that describes its functionality more accurately, I hope :-)
svn-id: r12326
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 6d0be49de6..4757661f73 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -672,7 +672,7 @@ protected:
byte _numObjectsInRoom;
void setupRoomObject(ObjectData *od, const byte *room, const byte *searchptr = NULL);
- void forceObjectRedraw(int obj);
+ void markObjectRectAsDirty(int obj);
void loadFlObject(uint object, uint room);
void nukeFlObjects(int min, int max);
int findFlObjectSlot();