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
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 83290c8899c..c338efec075 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -382,6 +382,8 @@ void space_set_commmandline_options(void) {
a=(G.fileflags & G_FILE_GAME_MAT);
SYS_WriteCommandLineInt(syshandle, "blender_material", a);
+ a=(G.fileflags & G_FILE_DIAPLAY_LISTS);
+ SYS_WriteCommandLineInt(syshandle, "displaylists", a);
}