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/sidefx.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'engines/zvision/sidefx.h') diff --git a/engines/zvision/sidefx.h b/engines/zvision/sidefx.h index 210d98effb..2c53467559 100644 --- a/engines/zvision/sidefx.h +++ b/engines/zvision/sidefx.h @@ -37,15 +37,15 @@ class SideFX { public: enum SideFXType { - SIDEFX_ANIM = 1, - SIDEFX_AUDIO = 2, - SIDEFX_DISTORT = 4, - SIDEFX_PANTRACK = 8, - SIDEFX_REGION = 16, - SIDEFX_TIMER = 32, - SIDEFX_TTYTXT = 64, - SIDEFX_UNK = 128, - SIDEFX_ALL = 255 + SIDEFX_ANIM = 1, + SIDEFX_AUDIO = 2, + SIDEFX_DISTORT = 4, + SIDEFX_PANTRACK = 8, + SIDEFX_REGION = 16, + SIDEFX_TIMER = 32, + SIDEFX_TTYTXT = 64, + SIDEFX_UNK = 128, + SIDEFX_ALL = 255 }; SideFX() : _engine(0), _key(0), _type(SIDEFX_UNK) {} -- cgit v1.2.3