aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.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/actor.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/actor.h')
-rw-r--r--scumm/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 769ed1f1b2..ba766f8263 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -108,7 +108,7 @@ public:
uint16 talkScript, walkScript;
bool ignoreTurns;
bool skipLimb;
- bool actor_draw_to_bg;
+ bool actorDrawVirScr;
int8 layer;
uint16 sound[8];
CostumeData cost;