aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/walk.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-08-19 20:36:43 +1000
committerPaul Gilbert2011-08-19 20:36:43 +1000
commit372d488b3bc01f6dce06dde83d4818a010695c70 (patch)
tree967192cca7a336e4e18fd155d7f134c465374a3e /engines/cge/walk.h
parent0d730b85e3e05829ba5ce3fbcdbf2886a9a28a94 (diff)
downloadscummvm-rg350-372d488b3bc01f6dce06dde83d4818a010695c70.tar.gz
scummvm-rg350-372d488b3bc01f6dce06dde83d4818a010695c70.tar.bz2
scummvm-rg350-372d488b3bc01f6dce06dde83d4818a010695c70.zip
CGE: Revert previous commit of flags synchronisation
Diffstat (limited to 'engines/cge/walk.h')
-rw-r--r--engines/cge/walk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/walk.h b/engines/cge/walk.h
index c1d387f0b5..271663e51d 100644
--- a/engines/cge/walk.h
+++ b/engines/cge/walk.h
@@ -35,6 +35,7 @@ namespace CGE {
#define kMapXCnt 40
#define kMapZCnt 20
+#define kMapArrSize (kMapZCnt * kMapXCnt)
#define kMapTop 80
#define kMapHig 80
#define kMapGridX (kScrWidth / kMapXCnt)
@@ -93,7 +94,6 @@ public:
Cluster() : Couple (-1, -1) { }
bool chkBar() const;
bool isValid() const;
-
};