diff options
Diffstat (limited to 'engines/zvision/actions.h')
-rw-r--r-- | engines/zvision/actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/actions.h b/engines/zvision/actions.h index afa3e3a2ac..e7a4ea302f 100644 --- a/engines/zvision/actions.h +++ b/engines/zvision/actions.h @@ -319,7 +319,7 @@ public: private: enum { - DIFFERENT_DIMENSIONS = 0x1 // 0x1 flags that the destRect dimensions are different from the original video dimensions + DIFFERENT_DIMENSIONS = 0x1 // 0x1 flags that the destRect dimensions are different from the original video dimensions }; Common::String _fileName; |