X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FGlobals.c;h=4c4f7afebfac4b97f8a4f7fa93bf254a57024503;hb=07d1e990ebdd1e5eca3d310f8e9b9a3a8411a4dd;hp=e73a7d534505e022f74eeb9490bef89a5caf8df9;hpb=0b8567c8bcbe637936fa01d253de81254fa4fb3e;p=rocksndiamonds.git diff --git a/src/game_sp/Globals.c b/src/game_sp/Globals.c index e73a7d53..4c4f7afe 100644 --- a/src/game_sp/Globals.c +++ b/src/game_sp/Globals.c @@ -632,8 +632,10 @@ void ReadLevel() LevelNumber = level_nr; +#if 0 if (!DemoFlag || !DemoAvailable) subRandomize(); +#endif LevelLoaded = True; }