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/cursor_manager.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/cursor_manager.h')
-rw-r--r-- | engines/zvision/cursor_manager.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/zvision/cursor_manager.h b/engines/zvision/cursor_manager.h index 7bd1c4240f..0521a17337 100644 --- a/engines/zvision/cursor_manager.h +++ b/engines/zvision/cursor_manager.h @@ -40,15 +40,15 @@ class ZVision; * Mostly usable cursors */ enum CursorIndex { - CursorIndex_Active = 0, - CursorIndex_DownArr = 3, - CursorIndex_HandPu = 6, - CursorIndex_Idle = 11, - CursorIndex_Left = 12, - CursorIndex_Right = 13, - CursorIndex_UpArr = 17, - CursorIndex_ItemIdle = 18, - CursorIndex_ItemAct = 19 + CursorIndex_Active = 0, + CursorIndex_DownArr = 3, + CursorIndex_HandPu = 6, + CursorIndex_Idle = 11, + CursorIndex_Left = 12, + CursorIndex_Right = 13, + CursorIndex_UpArr = 17, + CursorIndex_ItemIdle = 18, + CursorIndex_ItemAct = 19 }; /** |