saveload.c
changeset 5216 8bd14ee39af2
parent 5211 fb4dc0ca975d
child 5228 26dc9acf7d94
equal deleted inserted replaced
5215:b8fb685df4c5 5216:8bd14ee39af2
  1054 	bool saveinprogress;
  1054 	bool saveinprogress;
  1055 	CursorID cursor;
  1055 	CursorID cursor;
  1056 } ThreadedSave;
  1056 } ThreadedSave;
  1057 
  1057 
  1058 /* A maximum size of of 128K * 500 = 64.000KB savegames */
  1058 /* A maximum size of of 128K * 500 = 64.000KB savegames */
  1059 STATIC_POOL(Savegame, byte, 17, 500, NULL, NULL)
  1059 STATIC_OLD_POOL(Savegame, byte, 17, 500, NULL, NULL)
  1060 static ThreadedSave _ts;
  1060 static ThreadedSave _ts;
  1061 
  1061 
  1062 static bool InitMem(void)
  1062 static bool InitMem(void)
  1063 {
  1063 {
  1064 	_ts.count = 0;
  1064 	_ts.count = 0;