]> git.jsancho.org Git - lugaru.git/blobdiff - Source/OpenGL_Windows.cpp
Remove Random.cpp
[lugaru.git] / Source / OpenGL_Windows.cpp
index 2510aa675d08a60657f46d9fe1c7bec542c322a2..37ad22fa433718097152721b9e28cc14cf621a65 100644 (file)
@@ -230,8 +230,6 @@ Boolean SetUp (Game & game)
 
        LOGFUNC;
 
-       randSeed = UpTime().lo;
-
        osx = 0;
        cellophane=0;
        texdetail=4;
@@ -775,7 +773,7 @@ int main(int argc, char **argv)
                pgame = 0;
 
                CleanUp ();
-               
+
                return 0;
        }
        catch (const std::exception& error)