(svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky).

This commit is contained in:
darkvater
2004-11-14 13:07:07 +00:00
parent 8946e92468
commit 397cc50f61
38 changed files with 492 additions and 492 deletions

View File

@@ -269,7 +269,7 @@ static const CmdStruct _cmd_structs[] = {
{"STATION", EmitSingleByte, 0x9A},
{"TOWN", EmitSingleByte, 0x9B},
{"CURRENCY64", EmitSingleByte, 0x9C},
{"CHECKPOINT", EmitSingleByte, 0x9D}, // checkpoint name
{"WAYPOINT", EmitSingleByte, 0x9D}, // waypoint name
// 0x9E=158 is the LAST special character we may use.
{"UPARROW", EmitSingleByte, 0xA0},