From a5df5f82919ef2cd76942f379d9eca1f5264d599 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 29 Apr 2011 16:39:47 +0300 Subject: Tweaked clouds a bit --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') 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 -- cgit v1.2.3