diff --git a/src/newgrf_town.cpp b/src/newgrf_town.cpp --- 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) {