diff options
Diffstat (limited to 'src/unmovable.h')
-rw-r--r-- | src/unmovable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unmovable.h b/src/unmovable.h index 2838d1879..330373cb8 100644 --- a/src/unmovable.h +++ b/src/unmovable.h @@ -14,6 +14,7 @@ #include "economy_func.h" #include "strings_type.h" +#include "unmovable_type.h" void UpdateCompanyHQ(Company *c, uint score); @@ -40,7 +41,7 @@ struct UnmovableSpec { * @param index The unmovable type to fetch. * @return The specification. */ - static const UnmovableSpec *Get(int index); + static const UnmovableSpec *Get(UnmovableType index); /** * Get the specification associated with a tile. |