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 d6fe83b90..6e8d2306e 100644 --- a/src/newgrf_town.cpp +++ b/src/newgrf_town.cpp @@ -13,7 +13,8 @@ #include "debug.h" #include "town.h" -/** This function implements the town variables that newGRF defines. +/** + * This function implements the town variables that newGRF defines. * @param variable that is queried * @param parameter unused * @param available will return false if ever the variable asked for does not exist |