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/toets.c')
-rw-r--r--source/blender/src/toets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index bf623054892..ad96c8d2e8c 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -528,7 +528,7 @@ int blenderqread(unsigned short event, short val)
if(val==0) return 1;
if(event==MOUSEY || event==MOUSEX) return 1;
- if (G.flags & G_FLAGS_AUTOPLAY) return 1;
+ if (G.flags & G_FILE_AUTOPLAY) return 1;
if (curarea && curarea->spacetype==SPACE_TEXT) textspace= 1;
else if (curarea && curarea->spacetype==SPACE_SCRIPT) textspace= 1;