mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r23171) -Fix (r23142): Fix comment.
This commit is contained in:
parent
78b6431eab
commit
cb2981422a
@ -992,8 +992,8 @@ static CommandCost CheckTrainAttachment(Train *t)
|
|||||||
error = GetGRFStringID(head->GetGRFID(), 0xD000 + callback);
|
error = GetGRFStringID(head->GetGRFID(), 0xD000 + callback);
|
||||||
} else {
|
} else {
|
||||||
switch (callback) {
|
switch (callback) {
|
||||||
case 0x400: // allow
|
case 0x400: // allow if railtypes match (always the case for OpenTTD)
|
||||||
case 0x401: // allow if railtypes match (always the case for OpenTTD)
|
case 0x401: // allow
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default: // unknown reason -> disallow
|
default: // unknown reason -> disallow
|
||||||
|
Loading…
Reference in New Issue
Block a user