(svn r15486) -Change [API CHANGE]: Remove AITown::GetMaxTownID.

This commit is contained in:
yexo
2009-02-14 21:13:15 +00:00
parent cea470e687
commit 8ceb92e699
3 changed files with 0 additions and 13 deletions

View File

@@ -14,11 +14,6 @@
#include "../../station_base.h"
#include "table/strings.h"
/* static */ TownID AITown::GetMaxTownID()
{
return ::GetMaxTownIndex();
}
/* static */ int32 AITown::GetTownCount()
{
return ::GetNumTowns();