aboutsummaryrefslogtreecommitdiff
path: root/scumm/base-costume.h
diff options
context:
space:
mode:
authorTravis Howell2004-10-12 14:12:20 +0000
committerTravis Howell2004-10-12 14:12:20 +0000
commit687a5db4a835185147571452f22b700182f9b6f5 (patch)
treef046749b86c6517a1e457f93365b8383edd060ed /scumm/base-costume.h
parentec413cc8f9d49ca3c93092e955032a92857c3960 (diff)
downloadscummvm-rg350-687a5db4a835185147571452f22b700182f9b6f5.tar.gz
scummvm-rg350-687a5db4a835185147571452f22b700182f9b6f5.tar.bz2
scummvm-rg350-687a5db4a835185147571452f22b700182f9b6f5.zip
Rename vars
Add some missng code for HE games. svn-id: r15528
Diffstat (limited to 'scumm/base-costume.h')
-rw-r--r--scumm/base-costume.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/base-costume.h b/scumm/base-costume.h
index 57ba3b884f..e08d9ba904 100644
--- a/scumm/base-costume.h
+++ b/scumm/base-costume.h
@@ -63,7 +63,7 @@ public:
int _draw_top, _draw_bottom;
byte _paletteNum;
- bool _skipLimb;
+ bool _skipLimbs;
bool _actorDrawVirScr;
@@ -116,7 +116,7 @@ public:
_xmove = _ymove = 0;
_mirror = false;
_width = _height = 0;
- _skipLimb = 0;
+ _skipLimbs = 0;
_paletteNum = 0;
}