fixed a small memory leak in game.cpp

This commit is contained in:
Perttu Ahola 2011-05-21 14:28:28 +03:00
parent 60bb663bf8
commit eb6f1804fb
1 changed files with 5 additions and 0 deletions

View 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