aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-27 14:30:32 +0000
committerTravis Howell2005-04-27 14:30:32 +0000
commit8545634aaa684847036e040401e4770dafd0c091 (patch)
tree2729f69c5a517b2dbc989ceea6326275a71c4621 /scumm/scumm.h
parentf5189c323b1ce0ae8f713d4799a7fc6b77cc1efc (diff)
downloadscummvm-rg350-8545634aaa684847036e040401e4770dafd0c091.tar.gz
scummvm-rg350-8545634aaa684847036e040401e4770dafd0c091.tar.bz2
scummvm-rg350-8545634aaa684847036e040401e4770dafd0c091.zip
Rename function.
svn-id: r17839
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 e3d9fbf15b..ce963d25c1 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -744,7 +744,7 @@ protected:
int findFlObjectSlot();
int findLocalObjectSlot();
void addObjectToInventory(uint obj, uint room);
- void fixObjectFlags();
+ void updateObjectStates();
public:
bool getClass(int obj, int cls) const; // Used in actor.cpp, hence public
protected: