summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
diff options
context:
space:
mode:
authorSimon 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)
commitd520a70acfdf7ba5a007aee1f92453642b474c08 (patch)
tree4cfc4c16bd9be7c1a4561356807ba07d943c1abc /src/simulation/Simulation.cpp
parent9e1be78bc21d1fb76a19ce12ef36193aea6e2b93 (diff)
downloadpowder-d520a70acfdf7ba5a007aee1f92453642b474c08.zip
powder-d520a70acfdf7ba5a007aee1f92453642b474c08.tar.gz
Save loading and reloading
Diffstat (limited to 'src/simulation/Simulation.cpp')
-rw-r--r--src/simulation/Simulation.cpp2
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)