diff options
author | Marisa-Chan | 2014-02-24 20:37:58 +0700 |
---|---|---|
committer | Marisa-Chan | 2014-02-24 20:37:58 +0700 |
commit | 6210ead126ea81727e6a68398366c4cbe8da9e79 (patch) | |
tree | 29cdf57d3d6f269bee104716a9e771b7417fd253 /engines/zvision/menu.h | |
parent | cb2503aa9dd5d76a12aaf0522ddea810907a97a5 (diff) | |
download | scummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.tar.gz scummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.tar.bz2 scummvm-rg350-6210ead126ea81727e6a68398366c4cbe8da9e79.zip |
ZVISION: Fix wrong style.
Diffstat (limited to 'engines/zvision/menu.h')
-rw-r--r-- | engines/zvision/menu.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/zvision/menu.h b/engines/zvision/menu.h index 35e7347a3b..c5938cdc3d 100644 --- a/engines/zvision/menu.h +++ b/engines/zvision/menu.h @@ -32,12 +32,12 @@ namespace ZVision { enum menuBar { - menuBar_Exit = 0x1, - menuBar_Settings = 0x2, - menuBar_Restore = 0x4, - menuBar_Save = 0x8, - menuBar_Items = 0x100, - menuBar_Magic = 0x200 + menuBar_Exit = 0x1, + menuBar_Settings = 0x2, + menuBar_Restore = 0x4, + menuBar_Save = 0x8, + menuBar_Items = 0x100, + menuBar_Magic = 0x200 }; class menuHandler { @@ -80,9 +80,9 @@ private: float scrollPos[3]; enum { - menu_ITEM = 0, - menu_MAGIC = 1, - menu_MAIN = 2 + menu_ITEM = 0, + menu_MAGIC = 1, + menu_MAIN = 2 }; bool clean; |