From af5c399c246482118fbb11ceaa3165a63c2117d8 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 12 Jun 2012 18:48:00 +0100 Subject: TPT: Update gravity mask when loading saves 0fb6b85706 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; } -- cgit v0.9.2-21-gd62e