aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/mortevielle.cpp
diff options
context:
space:
mode:
authorStrangerke2012-03-24 22:48:47 +0100
committerStrangerke2012-04-06 08:23:51 +0200
commit26a38fb1e67a82b59b21b038c08dc3c5169eaa78 (patch)
tree8e16d3cb4f330c2bf6e0e54bd5f2e1d6007f3f10 /engines/mortevielle/mortevielle.cpp
parent4b9e71952c8384267251c31aae3fb5bcd34f7bff (diff)
downloadscummvm-rg350-26a38fb1e67a82b59b21b038c08dc3c5169eaa78.tar.gz
scummvm-rg350-26a38fb1e67a82b59b21b038c08dc3c5169eaa78.tar.bz2
scummvm-rg350-26a38fb1e67a82b59b21b038c08dc3c5169eaa78.zip
MORTEVIELLE: rename some constants
Diffstat (limited to 'engines/mortevielle/mortevielle.cpp')
-rw-r--r--engines/mortevielle/mortevielle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mortevielle/mortevielle.cpp b/engines/mortevielle/mortevielle.cpp
index fec14739c3..2c3313ea45 100644
--- a/engines/mortevielle/mortevielle.cpp
+++ b/engines/mortevielle/mortevielle.cpp
@@ -3582,7 +3582,7 @@ void MortevielleEngine::setCoordinates(int sx) {
_num = 0;
_crep = 999;
int a = 0;
- int atdon = amzon + 3;
+ int atdon = kAmzon + 3;
int cy = 0;
while (cy < _caff) {
a += _tabdon[atdon];
@@ -3664,7 +3664,7 @@ void MortevielleEngine::rechai(int &ch) {
if (_coreVar._currPlace == CRYPT)
tmpPlace = CELLAR;
- ch = _tabdon[achai + (tmpPlace * 7) + _num - 1];
+ ch = _tabdon[kAchai + (tmpPlace * 7) + _num - 1];
}
/**