mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-13 02:52:37 +00:00
Codechange: silence false warning.
This commit is contained in:
parent
55da426d44
commit
a7707302e6
@ -1767,7 +1767,7 @@ std::vector<SaveLoad> SlTableHeader(const SaveLoadTable &slt)
|
|||||||
}
|
}
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
uint8_t type;
|
uint8_t type = 0;
|
||||||
SlSaveLoadConv(&type, SLE_UINT8);
|
SlSaveLoadConv(&type, SLE_UINT8);
|
||||||
if (type == SLE_FILE_END) break;
|
if (type == SLE_FILE_END) break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user