From 4cb4f662c87144c858d6129b3a593129d777b031 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 27 Feb 2005 02:29:54 +0000 Subject: Rename vars svn-id: r16944 --- scumm/intern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/intern.h') diff --git a/scumm/intern.h b/scumm/intern.h index 96344ed64e..79475ca3ce 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -846,7 +846,7 @@ protected: const char *desc; }; - struct FloodState { + struct FloodStateParameters { Common::Rect box; int field_10; int field_14; @@ -858,7 +858,7 @@ protected: int _hePaletteNum; const OpcodeEntryV90he *_opcodesV90he; - FloodState _floodState; + FloodStateParameters _floodStateParams; WizParameters _wizParams; int _curMaxSpriteId; -- cgit v1.2.3