(svn r15392) -Codechange: move the spec getter to a place where it's only required, without the use of extern

This commit is contained in:
belugas
2009-02-07 02:38:32 +00:00
parent bab7367a59
commit 0abf14384c
3 changed files with 15 additions and 6 deletions

View File

@@ -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,
};
/**