From 27d630aaea5f0e1b9b63c75a06be332a67861cc3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 13 Feb 2009 04:01:38 -0500 Subject: Added TODO in Arena --- sigencore/Arena.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sigencore/Arena.cpp') 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 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; -- cgit