From: Perttu Ahola Date: Sat, 21 May 2011 11:28:28 +0000 (+0300) Subject: fixed a small memory leak in game.cpp X-Git-Tag: 0.2.20110731_3~183 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb6f1804fb22eec77904aa5ac4648fcbd53a5d17;p=oweals%2Fminetest.git fixed a small memory leak in game.cpp --- diff --git a/src/game.cpp b/src/game.cpp index b1a804ae3..99e08b7bf 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -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