(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:
@@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user