SCI: Rewrote the save/load code, see also patch #2687400.
The new format is incompatible with the old one, and is still subject to some further changes. Also, regressions are quite possible, so watch out. Finally, the new code still contains some TODOs and FIXMEs. Several of these will be more or less automatically resolved once other code gets C++ified. svn-id: r39430
This commit is contained in:
parent
7df4e2a80f
commit
466ba4bbfe
8 changed files with 490 additions and 7118 deletions
|
@ -178,4 +178,8 @@ EngineState::EngineState() : _dirseeker(this) {
|
|||
successor = 0;
|
||||
}
|
||||
|
||||
EngineState::~EngineState() {
|
||||
}
|
||||
|
||||
|
||||
} // End of namespace Sci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue