Changeset - r28471:20f74fb7c65d
[Not reviewed]
master
0 1 0
Rubidium - 3 months ago 2024-01-15 18:10:13
rubidium@openttd.org
Fix #11783, 953445a: TTO savegames are not 65536 by 65536
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/oldloader.h
Show inline comments
 
@@ -14,7 +14,7 @@
 
#include "../tile_type.h"
 

	
 
static const uint BUFFER_SIZE = 4096;
 
static const uint OLD_MAP_SIZE = 256 * 256;
 
static const uint OLD_MAP_SIZE = 256;
 

	
 
struct LoadgameState {
 
	FILE *file;
0 comments (0 inline, 0 general)