diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 21d960db0..8981638a8 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -760,7 +760,7 @@ void the_game( //float cloud_height = BS*55; //float cloud_height = BS*20; Clouds *clouds = new Clouds(smgr->getRootSceneNode(), smgr, -1, - cloud_height, 0); + cloud_height, time(0)); /* Move into game |