aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/eden.h
diff options
context:
space:
mode:
authorStrangerke2016-12-18 22:58:31 -0800
committerEugene Sandulenko2017-01-25 22:42:14 +0100
commite9fe53d82119bd2f17d6a1b2744ea796be86793b (patch)
treeb69b49e44324edf1b73bcb0157a8c4af300cb0c1 /engines/cryo/eden.h
parent75f92ae3bf758b61a370d87a9559cbeed0aa3f16 (diff)
downloadscummvm-rg350-e9fe53d82119bd2f17d6a1b2744ea796be86793b.tar.gz
scummvm-rg350-e9fe53d82119bd2f17d6a1b2744ea796be86793b.tar.bz2
scummvm-rg350-e9fe53d82119bd2f17d6a1b2744ea796be86793b.zip
CRYO: Simplify clipping code, some renaming
Diffstat (limited to 'engines/cryo/eden.h')
-rw-r--r--engines/cryo/eden.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/cryo/eden.h b/engines/cryo/eden.h
index 8a93911d9e..fc9d6fda83 100644
--- a/engines/cryo/eden.h
+++ b/engines/cryo/eden.h
@@ -560,11 +560,11 @@ private:
byte _cursKeepBuf[2500];
Common::Point _cursKeepPos;
bool _torchCursor;
- int16 _curBankNum;
- int16 glow_h;
- int16 glow_w;
- int16 glow_y;
- int16 glow_x;
+ int16 _curBankNum;
+ int16 _glowX;
+ int16 _glowY;
+ int16 _glowW;
+ int16 _glowH;
bool _paletteUpdateRequired;
bool _cursorSaved;
bool _showBlackBars;
@@ -572,12 +572,12 @@ private:
byte *_bankData;
color3_t pal_entry;
color_t global_palette[256]; //TODO palette_t
- perso_t *tyranPtr;
- int _lastAnimFrameNumb;
- int _curAnimFrameNumb;
- int _lastAnimTicks;
+ perso_t *_tyranPtr;
+ int _lastAnimFrameNumb;
+ int _curAnimFrameNumb;
+ int _lastAnimTicks;
prect_t *cur_perso_rect;
- int16 _numAnimFrames;
+ int16 _numAnimFrames;
int16 max_perso_desc;
int16 num_img_desc;
bool _restartAnimation;