Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/creator/creator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 77961ec4d80..e894e071011 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1138,9 +1138,10 @@ int main(int argc, char **argv)
else {
if((G.fileflags & G_FILE_AUTOPLAY) && (G.f & G_SCRIPT_AUTOEXEC))
+ {
if(WM_init_game(C))
return 0;
-
+ }
else if(!G.file_loaded)
WM_init_splash(C);
}