aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/access/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/video.cpp b/engines/access/video.cpp
index edc0bcda27..63d0aa5c89 100644
--- a/engines/access/video.cpp
+++ b/engines/access/video.cpp
@@ -41,7 +41,7 @@ VideoPlayer::VideoPlayer(AccessEngine *vm) : Manager(vm) {
_header._frameCount = 0;
_header._width = _header._height = 0;
- _header._flags = 0;
+ _header._flags = VIDEOFLAG_NONE;
}
VideoPlayer::~VideoPlayer() {