summaryrefslogtreecommitdiffstats
path: root/sigencore/Arena.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigencore/Arena.cpp')
-rw-r--r--sigencore/Arena.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigencore/Arena.cpp b/sigencore/Arena.cpp
index af7cc614..872af3ee 100644
--- a/sigencore/Arena.cpp
+++ b/sigencore/Arena.cpp
@@ -183,6 +183,7 @@ QList<Sigscript::WeatherWrapper*> Sigencore::Arena::weathers() const
void Sigencore::Arena::setWeather(TeamMember* teamMember, Sigscript::WeatherWrapper* weather)
{
+ // FIXME: Loses memory if a weather is started again
ObjectMap objects;
objects["arena"] = this;
objects["weather"] = weather;