aboutsummaryrefslogtreecommitdiff
path: root/scumm/base-costume.h
diff options
context:
space:
mode:
authorTravis Howell2004-06-29 11:02:15 +0000
committerTravis Howell2004-06-29 11:02:15 +0000
commit26e38321dfca639f11fcb0d70e64b7f00f5884d7 (patch)
tree1488a9841c7314fcfe5633dcfd101af85f50e014 /scumm/base-costume.h
parentbebf55492aaa19b27204cc41749584b20d707a53 (diff)
downloadscummvm-rg350-26e38321dfca639f11fcb0d70e64b7f00f5884d7.tar.gz
scummvm-rg350-26e38321dfca639f11fcb0d70e64b7f00f5884d7.tar.bz2
scummvm-rg350-26e38321dfca639f11fcb0d70e64b7f00f5884d7.zip
Rename var
svn-id: r14121
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 a8dc0a2712..533e77523a 100644
--- a/scumm/base-costume.h
+++ b/scumm/base-costume.h
@@ -62,7 +62,7 @@ public:
int _draw_top, _draw_bottom;
bool _skipLimb;
- bool _actor_draw_to_bg;
+ bool _actorDrawVirScr;
protected:
@@ -117,7 +117,7 @@ public:
_mirror = false;
_width = _height = 0;
_skipLimb = 0;
- _actor_draw_to_bg = 0;
+ _actorDrawVirScr = 0;
_outptr = 0;