(svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and relatives.
This commit is contained in:
@@ -140,7 +140,6 @@ ScriptObject::ActiveInstance::~ActiveInstance()
|
||||
/* Also store the results of various global variables */
|
||||
SetNewVehicleID(_new_vehicle_id);
|
||||
SetNewSignID(_new_sign_id);
|
||||
SetNewTunnelEndtile(_build_tunnel_endtile);
|
||||
SetNewGroupID(_new_group_id);
|
||||
}
|
||||
|
||||
@@ -169,16 +168,6 @@ ScriptObject::ActiveInstance::~ActiveInstance()
|
||||
return GetStorage()->new_sign_id;
|
||||
}
|
||||
|
||||
/* static */ void ScriptObject::SetNewTunnelEndtile(TileIndex tile)
|
||||
{
|
||||
GetStorage()->new_tunnel_endtile = tile;
|
||||
}
|
||||
|
||||
/* static */ TileIndex ScriptObject::GetNewTunnelEndtile()
|
||||
{
|
||||
return GetStorage()->new_tunnel_endtile;
|
||||
}
|
||||
|
||||
/* static */ void ScriptObject::SetNewGroupID(GroupID group_id)
|
||||
{
|
||||
GetStorage()->new_group_id = group_id;
|
||||
|
Reference in New Issue
Block a user