From 0abf14384c36dc980ec9441734246603de929633 Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 7 Feb 2009 02:38:32 +0000 Subject: (svn r15392) -Codechange: move the spec getter to a place where it's only required, without the use of extern --- src/unmovable_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unmovable_map.h') 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, }; /** -- cgit v1.2.3-70-g09d2