From cb2981422ad9cb1a4246e83c2e9ca2ccd21c7500 Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 9 Nov 2011 00:51:50 +0000 Subject: [PATCH] (svn r23171) -Fix (r23142): Fix comment. --- src/train_cmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index 94921a3eb4..8d9b4fe42b 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -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