Added ParameterFader into savegame format.
Savegames are now version 17 (VER_V17). svn-id: r7808
This commit is contained in:
parent
c394046d66
commit
2612a8f817
2 changed files with 22 additions and 9 deletions
|
@ -35,10 +35,11 @@ enum {
|
|||
VER_V13,
|
||||
VER_V14,
|
||||
VER_V15,
|
||||
VER_V16
|
||||
VER_V16,
|
||||
VER_V17
|
||||
};
|
||||
|
||||
#define CURRENT_VER VER_V16
|
||||
#define CURRENT_VER VER_V17
|
||||
|
||||
|
||||
// To work around a warning in GCC 3.2 (and 3.1 ?) regarding non-POD types,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue