diff options
Diffstat (limited to 'src/newgrf_town.cpp')
-rw-r--r-- | src/newgrf_town.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_town.cpp b/src/newgrf_town.cpp index 43b61b08a..2dfc05b2a 100644 --- a/src/newgrf_town.cpp +++ b/src/newgrf_town.cpp @@ -101,7 +101,7 @@ uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Tow case 0xD5: return t->fund_buildings_months; } - DEBUG(grf, 1, "Unhandled town property 0x%X", variable); + DEBUG(grf, 1, "Unhandled town variable 0x%X", variable); *available = false; return UINT_MAX; |