summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-12 17:48:00 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-12 17:48:00 (GMT)
commitaf5c399c246482118fbb11ceaa3165a63c2117d8 (patch)
tree9e8303d3ac8a6520fe6fbcfb6013877ce0de2819 /src/simulation/Simulation.cpp
parentefa0e5d0d6697612f3f08ff7d6068bd41b84630b (diff)
downloadpowder-af5c399c246482118fbb11ceaa3165a63c2117d8.zip
powder-af5c399c246482118fbb11ceaa3165a63c2117d8.tar.gz
TPT: Update gravity mask when loading saves 0fb6b85706
Diffstat (limited to 'src/simulation/Simulation.cpp')
-rw-r--r--src/simulation/Simulation.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp
index 5bc64b9..3aea9c4 100644
--- a/src/simulation/Simulation.cpp
+++ b/src/simulation/Simulation.cpp
@@ -107,6 +107,9 @@ int Simulation::Load(int fullX, int fullY, GameSave * save)
}
}
}
+
+ grav->gravity_mask();
+
return 0;
}