From cbae5c79b702494dd30abb9504767029fba065ae Mon Sep 17 00:00:00 2001 From: segrax Date: Tue, 17 Jan 2012 20:03:52 +1100 Subject: SCUMM: Change vars to ints, remove unused variable for now --- engines/scumm/actor.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/scumm/actor.h') diff --git a/engines/scumm/actor.h b/engines/scumm/actor.h index 1feb1afaa5..a2b36e51ca 100644 --- a/engines/scumm/actor.h +++ b/engines/scumm/actor.h @@ -348,14 +348,13 @@ enum ActorC64MiscFlags { class ActorC64 : public Actor_v2 { public: - byte _costCommandNew; byte _costCommand, _costFrame; byte _miscflags; byte _speaking, _speakingPrev; - byte _byte_FDE8; + int8 _byte_FDE8; int8 _byte_FD0A; - byte _byte_FCE2[8]; + int8 _byte_FCE2[8]; public: -- cgit v1.2.3