aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-28 14:58:44 +0100
committerWillem Jan Palenstijn2011-12-28 15:19:59 +0100
commit4e207dbc7a374f47fd6c66e1a38e264e8787bd23 (patch)
tree367b3388ef61d7a5bccbc1f5f759ff085ae21fe7 /engines/dreamweb/structs.h
parent6e95c6d690cd2fc3e5e8de950ccab7be5e1f2794 (diff)
downloadscummvm-rg350-4e207dbc7a374f47fd6c66e1a38e264e8787bd23.tar.gz
scummvm-rg350-4e207dbc7a374f47fd6c66e1a38e264e8787bd23.tar.bz2
scummvm-rg350-4e207dbc7a374f47fd6c66e1a38e264e8787bd23.zip
DREAMWEB: Clean up Sprite::_updateCallback
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 08aa9048b4..55ed7bf3df 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -32,7 +32,7 @@ struct GraphicsFile;
struct SetObject;
struct Sprite {
- uint16 _updateCallback;
+ bool _mainManCallback;
uint16 w2;
uint16 w4;
const GraphicsFile *_frameData;