mirror of https://github.com/OpenTTD/OpenTTD
parent
3a4b6b476b
commit
5dc377244d
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
/* static */ ScriptGroup::GroupID ScriptGroup::CreateGroup(ScriptVehicle::VehicleType vehicle_type)
|
/* static */ ScriptGroup::GroupID ScriptGroup::CreateGroup(ScriptVehicle::VehicleType vehicle_type)
|
||||||
{
|
{
|
||||||
if (!ScriptObject::DoCommand(0, (::VehicleType)vehicle_type, 0, CMD_CREATE_GROUP, NULL, &ScriptInstance::DoCommandReturnGroupID)) return GROUP_INVALID;
|
if (!ScriptObject::DoCommand(0, (::VehicleType)vehicle_type, INVALID_GROUP, CMD_CREATE_GROUP, NULL, &ScriptInstance::DoCommandReturnGroupID)) return GROUP_INVALID;
|
||||||
|
|
||||||
/* In case of test-mode, we return GroupID 0 */
|
/* In case of test-mode, we return GroupID 0 */
|
||||||
return (ScriptGroup::GroupID)0;
|
return (ScriptGroup::GroupID)0;
|
||||||
|
|
Loading…
Reference in New Issue