mirror of https://github.com/OpenTTD/OpenTTD
Fix #11783, 953445a: TTO savegames are not 65536 by 65536
parent
f5b320e502
commit
67b405d2f6
|
@ -14,7 +14,7 @@
|
||||||
#include "../tile_type.h"
|
#include "../tile_type.h"
|
||||||
|
|
||||||
static const uint BUFFER_SIZE = 4096;
|
static const uint BUFFER_SIZE = 4096;
|
||||||
static const uint OLD_MAP_SIZE = 256 * 256;
|
static const uint OLD_MAP_SIZE = 256;
|
||||||
|
|
||||||
struct LoadgameState {
|
struct LoadgameState {
|
||||||
FILE *file;
|
FILE *file;
|
||||||
|
|
Loading…
Reference in New Issue