summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-05-16 20:41:12 +0200
committerTreeki <treeki@gmail.com>2011-05-16 20:41:12 +0200
commit17456b137176d56d6501ba3c2b53602ce8e80794 (patch)
tree1f4ee0615ba7a0d00439cb9e897d1f4fc03f6d6a
parent3b2e49cbe3ddc0944715484d21f31e985137d0a7 (diff)
downloadkamek-17456b137176d56d6501ba3c2b53602ce8e80794.tar.gz
kamek-17456b137176d56d6501ba3c2b53602ce8e80794.zip
preparation for unlockable paths
Diffstat (limited to '')
-rw-r--r--src/worldmapdata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/worldmapdata.h b/src/worldmapdata.h
index 16322b0..a436114 100644
--- a/src/worldmapdata.h
+++ b/src/worldmapdata.h
@@ -101,7 +101,8 @@ struct WMPathDef {
WMPathPoint *startPoint;
WMPathPoint *endPoint;
- int segCount;
+ u16 eventRequired;
+ u16 segCount;
WMPathSegment *segments[1]; // variable-length array
};