From 5dd524139fe46c0ea28206e30fb2311acb72ae82 Mon Sep 17 00:00:00 2001 From: rubidium42 Date: Sun, 18 Jul 2021 11:08:47 +0200 Subject: Fix c921f6d: [Network] Documentation of Game Info packet was not updated --- src/network/core/game_info.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/network/core/game_info.h b/src/network/core/game_info.h index 8d9824b18..a1719acd7 100644 --- a/src/network/core/game_info.h +++ b/src/network/core/game_info.h @@ -25,6 +25,9 @@ * Version: Bytes: Description: * all 1 the version of this packet's structure * + * 5+ 4 version number of the Game Script (-1 is case none is selected). + * 5+ var string with the name of the Game Script. + * * 4+ 1 number of GRFs attached (n) * 4+ n * 20 unique identifier for GRF files. Consists of: * - one 4 byte variable with the GRF ID -- cgit v1.2.3-54-g00ecf