1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.

This commit is contained in:
J0an Josep
2017-08-15 17:56:34 +02:00
committed by frosch
parent 3f40cd505d
commit cfb8092397
10 changed files with 15 additions and 15 deletions

View File

@@ -252,8 +252,8 @@ void NetworkUDPSocketHandler::ReceiveNetworkGameInfo(Packet *p, NetworkGameInfo
*dst = c;
dst = &c->next;
}
FALLTHROUGH;
}
FALLTHROUGH;
case 3:
info->game_date = Clamp(p->Recv_uint32(), 0, MAX_DATE);