aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-16 21:06:04 -0500
committerPaul Gilbert2018-02-16 21:06:04 -0500
commit4144c3fc5834234a7e07790ee4b3316bed6fb11b (patch)
tree036d0d06a776f80b0ff511c62974c4b2da66a74d /engines/xeen/locations.h
parent40f6eea6243d7936b5709192fc29dd773ffdebbd (diff)
downloadscummvm-rg350-4144c3fc5834234a7e07790ee4b3316bed6fb11b.tar.gz
scummvm-rg350-4144c3fc5834234a7e07790ee4b3316bed6fb11b.tar.bz2
scummvm-rg350-4144c3fc5834234a7e07790ee4b3316bed6fb11b.zip
XEEN: Renaming fields for location classes
Diffstat (limited to 'engines/xeen/locations.h')
-rw-r--r--engines/xeen/locations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/locations.h b/engines/xeen/locations.h
index 60860859e8..246548c11e 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -43,14 +43,14 @@ namespace Locations {
class BaseLocation : public ButtonContainer {
protected:
- LocationAction _LocationActionId;
+ LocationAction _locationActionId;
Common::Array<SpriteResource> _townSprites;
SpriteResource _icons1, _icons2;
int _townMaxId;
const bool &_isDarkCc;
int _animFrame;
Common::String _vocName, _songName;
- Common::Point _townPos;
+ Common::Point _animPos;
int _drawFrameIndex;
uint _farewellTime;
int _drawCtr1, _drawCtr2;