projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60bb663
)
fixed a small memory leak in game.cpp
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 21 May 2011 11:28:28 +0000
(14:28 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 21 May 2011 11:28:28 +0000
(14:28 +0300)
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index b1a804ae32963f535e6a8031f5ed27c43e29087c..99e08b7bfb5999d6dadfd9642f78efe19b943b98 100644
(file)
--- 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