diff options
Diffstat (limited to 'engines/zvision/meta_animation.h')
-rw-r--r-- | engines/zvision/meta_animation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/meta_animation.h b/engines/zvision/meta_animation.h index e259955891..3754aae058 100644 --- a/engines/zvision/meta_animation.h +++ b/engines/zvision/meta_animation.h @@ -64,8 +64,8 @@ public: private: enum FileType { - RLF = 1, - AVI = 2 + RLF = 1, + AVI = 2 }; private: |