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/editscreen.c')
-rw-r--r--source/blender/src/editscreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index 03f15a67d9b..1fb05cf9372 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -1383,7 +1383,7 @@ void screenmain(void)
// SET AUTOPLAY in G.flags for
// other fileloads
- G.flags |= G_FLAGS_AUTOPLAY;
+ G.flags |= G_FILE_AUTOPLAY;
area_autoplayscreen();
// Let The Games Begin
@@ -2204,7 +2204,7 @@ void area_fullscreen(void) /* with curarea */
// refuse to go out of SCREENAUTOPLAY as long as G_FLAGS_AUTOPLAY
// is set
- if (fulltype != SCREENAUTOPLAY || (G.flags & G_FLAGS_AUTOPLAY) == 0) {
+ if (fulltype != SCREENAUTOPLAY || (G.flags & G_FILE_AUTOPLAY) == 0) {
sc->full= 0;
/* find old area */