aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index dff77df71a..1c47484f18 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -101,7 +101,7 @@ public:
byte walkbox;
byte animProgress, animSpeed;
int16 talkPosX, talkPosY;
- uint16 talk_script, walk_script;
+ uint16 talkScript, walkScript;
bool ignoreTurns; // TODO - we do not honor this flag at all currently!
int8 layer;
uint16 sound[8];
@@ -131,7 +131,7 @@ public:
memset(animVariable, 0, sizeof(animVariable));
memset(palette, 0, sizeof(palette));
- walk_script = 0;
+ walkScript = 0;
initActor(1);
}