1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 23:49:09 +00:00

(svn r23171) -Fix (r23142): Fix comment.

This commit is contained in:
frosch
2011-11-09 00:51:50 +00:00
parent cb876cd6a0
commit ab86777efa

View File

@@ -992,8 +992,8 @@ static CommandCost CheckTrainAttachment(Train *t)
error = GetGRFStringID(head->GetGRFID(), 0xD000 + callback);
} else {
switch (callback) {
case 0x400: // allow
case 0x401: // allow if railtypes match (always the case for OpenTTD)
case 0x400: // allow if railtypes match (always the case for OpenTTD)
case 0x401: // allow
break;
default: // unknown reason -> disallow