From f8e64d7134c80aafe92b1f4aca0a4a2e92c29a71 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 31 May 2003 14:27:47 +0000 Subject: renamed walk_script/talk_script -> walkScript/talkScript svn-id: r8178 --- scumm/actor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/actor.h') 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); } -- cgit v1.2.3