(svn r3403) -Codechange: [multiheaded engines] the references between the front and rear engines are no longer saved

instead the pointers are generated on load
This commit is contained in:
bjarni
2006-01-18 15:05:01 +00:00
parent b87b5f1187
commit e35a131153
6 changed files with 162 additions and 102 deletions

View File

@@ -29,7 +29,7 @@
#include <setjmp.h>
enum {
SAVEGAME_VERSION = 19,
SAVEGAME_VERSION = 20,
};