equal
deleted
inserted
replaced
299 {CmdRemoveSignalTrack, 0}, /* 111 */ |
299 {CmdRemoveSignalTrack, 0}, /* 111 */ |
300 {NULL, 0}, /* 112 */ |
300 {NULL, 0}, /* 112 */ |
301 {CmdGiveMoney, 0}, /* 113 */ |
301 {CmdGiveMoney, 0}, /* 113 */ |
302 {CmdChangePatchSetting, CMD_SERVER}, /* 114 */ |
302 {CmdChangePatchSetting, CMD_SERVER}, /* 114 */ |
303 {CmdReplaceVehicle, 0}, /* 115 */ |
303 {CmdReplaceVehicle, 0}, /* 115 */ |
304 {CmdCloneVehicle, 0}, /* 116 */ |
304 {CmdCloneVehicle, 0}, /* 116 */ |
305 }; |
305 }; |
306 |
306 |
307 /* This function range-checks a cmd, and checks if the cmd is not NULL */ |
307 /* This function range-checks a cmd, and checks if the cmd is not NULL */ |
308 bool IsValidCommand(uint cmd) |
308 bool IsValidCommand(uint cmd) |
309 { |
309 { |