]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
fixed a small memory leak in game.cpp
authorPerttu Ahola <celeron55@gmail.com>
Sat, 21 May 2011 11:28:28 +0000 (14:28 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 21 May 2011 11:28:28 +0000 (14:28 +0300)
src/game.cpp

index b1a804ae32963f535e6a8031f5ed27c43e29087c..99e08b7bfb5999d6dadfd9642f78efe19b943b98 100644 (file)
@@ -2092,6 +2092,11 @@ void the_game(
                        lastFPS = fps;
                }
        }
+
+       /*
+               Drop stuff
+       */
+       clouds->drop();
        
        /*
                Draw a "shutting down" screen, which will be shown while the map