diff options
Diffstat (limited to 'src/newgrf_town.cpp')
-rw-r--r-- | src/newgrf_town.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/newgrf_town.cpp b/src/newgrf_town.cpp index 6e8d2306e..43b61b08a 100644 --- a/src/newgrf_town.cpp +++ b/src/newgrf_town.cpp @@ -19,7 +19,8 @@ * @param parameter unused * @param available will return false if ever the variable asked for does not exist * @param t is of course the town we are inquiring - * @return the value stored in the corresponding variable*/ + * @return the value stored in the corresponding variable + */ uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t) { switch (variable) { |