File diff r20879:278f2a385950 → r20880:942200da0607
src/script/api/script_town.cpp
Show inline comments
 
@@ -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);