Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #pfuhbl0yr
Wrap
Raw
Revise
if
(
company_id
!
=
INVALID_COMPANY
)
{
if
(
company_id
>=
MAX_COMPANIES
)
return
CMD_ERROR
;
if
(
ais_to_start
!
=
1
)
return
CMD_ERROR
;
if
(
Company
::
IsValidID
(
company_id
)
)
return
CMD_ERROR
;
}
Version history
Revision #
Author
Created at
prdve2hgh
Anonymous
24 Mar 2019, 18:57:16 UTC
Diff
Comments