From 6210ead126ea81727e6a68398366c4cbe8da9e79 Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Mon, 24 Feb 2014 20:37:58 +0700 Subject: ZVISION: Fix wrong style. --- engines/zvision/actions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/zvision/actions.h') 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; -- cgit v1.2.3