diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 |