mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 02:12:37 +01:00
(svn r25924) -Fix: [Script] Documentation for ScriptTown::GetGrowthRate.
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
|
||||
/* static */ int32 ScriptTown::GetGrowthRate(TownID town_id)
|
||||
{
|
||||
if (!IsValidTown(town_id)) return false;
|
||||
if (!IsValidTown(town_id)) return -1;
|
||||
|
||||
const Town *t = ::Town::Get(town_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user