summaryrefslogtreecommitdiff
path: root/src/unmovable_map.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2009-02-07 02:38:32 +0000
committerbelugas <belugas@openttd.org>2009-02-07 02:38:32 +0000
commit0abf14384c36dc980ec9441734246603de929633 (patch)
treee3e263ba0a5e5b3098c9c9ff540164664965fa8d /src/unmovable_map.h
parentbab7367a592ba3b625e350d66610fc210dbac275 (diff)
downloadopenttd-0abf14384c36dc980ec9441734246603de929633.tar.xz
(svn r15392) -Codechange: move the spec getter to a place where it's only required, without the use of extern
Diffstat (limited to 'src/unmovable_map.h')
-rw-r--r--src/unmovable_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unmovable_map.h b/src/unmovable_map.h
index 0dd11e7dc..027ca7b6b 100644
--- a/src/unmovable_map.h
+++ b/src/unmovable_map.h
@@ -15,6 +15,7 @@ enum UnmovableType {
UNMOVABLE_STATUE = 2, ///< Statue in towns
UNMOVABLE_OWNED_LAND = 3, ///< Owned land 'flag'
UNMOVABLE_HQ = 4, ///< HeadQuarter of a player
+ UNMOVABLE_MAX,
};
/**