equal
deleted
inserted
replaced
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; |