diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-26 16:18:43 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-26 16:18:43 (GMT) |
| commit | d520a70acfdf7ba5a007aee1f92453642b474c08 (patch) | |
| tree | 4cfc4c16bd9be7c1a4561356807ba07d943c1abc /src/simulation/Simulation.cpp | |
| parent | 9e1be78bc21d1fb76a19ce12ef36193aea6e2b93 (diff) | |
| download | powder-d520a70acfdf7ba5a007aee1f92453642b474c08.zip powder-d520a70acfdf7ba5a007aee1f92453642b474c08.tar.gz | |
Save loading and reloading
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 8932863..ca9e411 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -10,7 +10,7 @@ int Simulation::Load(unsigned char * data, int dataLength) { - return SaveLoader::LoadSave(data, dataLength, this); + return SaveLoader::LoadSave(data, dataLength, this, true, 0, 0); } unsigned char * Simulation::Save(int & dataLength) |
