Codechange: the "no revision detected" string is with four zeros (norev0000) (#12328)

This commit is contained in:
Patric Stout
2024-03-17 14:17:35 +01:00
committed by GitHub
parent ab94c8b511
commit f08da1d373
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ protected:
/**
* Try to join the server:
* string OpenTTD revision (norev000 if no revision).
* string OpenTTD revision (norev0000 if no revision).
* uint32_t NewGRF version (added in 1.2).
* string Name of the client (max NETWORK_NAME_LENGTH) (removed in 15).
* uint8_t ID of the company to play as (1..MAX_COMPANIES) (removed in 15).