aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-02-27 02:29:54 +0000
committerTravis Howell2005-02-27 02:29:54 +0000
commit4cb4f662c87144c858d6129b3a593129d777b031 (patch)
treecb2788e754bf94597da411dc61ebc49ce7523ef8 /scumm/intern.h
parent8560e08940c6af95f48a983f3e2d7411ee2679cb (diff)
downloadscummvm-rg350-4cb4f662c87144c858d6129b3a593129d777b031.tar.gz
scummvm-rg350-4cb4f662c87144c858d6129b3a593129d777b031.tar.bz2
scummvm-rg350-4cb4f662c87144c858d6129b3a593129d777b031.zip
Rename vars
svn-id: r16944
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 2 insertions, 2 deletions
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;