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 5c6cf6c35f..f4a2c0f387 100644 --- a/engines/zvision/actions.h +++ b/engines/zvision/actions.h @@ -369,7 +369,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; |