Changeset - r27947:2d5b330df754
[Not reviewed]
master
0 1 0
frosch - 15 months ago 2023-09-16 23:35:33
frosch@openttd.org
Codechange: silence false warning.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/saveload.cpp
Show inline comments
 
@@ -1767,7 +1767,7 @@ std::vector<SaveLoad> SlTableHeader(cons
 
			}
 

	
 
			while (true) {
 
				uint8_t type;
 
				uint8_t type = 0;
 
				SlSaveLoadConv(&type, SLE_UINT8);
 
				if (type == SLE_FILE_END) break;
 

	
0 comments (0 inline, 0 general)