forked from mirror/OpenTTD
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
This commit is contained in:
@@ -506,6 +506,7 @@ static const CmdStruct _cmd_structs[] = {
|
||||
{"WAYPOINT", EmitSingleChar, SCC_WAYPOINT_NAME, 1, 0}, // waypoint name
|
||||
{"STATION", EmitSingleChar, SCC_STATION_NAME, 1, 0},
|
||||
{"TOWN", EmitSingleChar, SCC_TOWN_NAME, 1, 0},
|
||||
{"GROUP", EmitSingleChar, SCC_GROUP_NAME, 1, 0},
|
||||
|
||||
// 0x9D is used for the pseudo command SETCASE
|
||||
// 0x9E is used for case switching
|
||||
|
Reference in New Issue
Block a user