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/detection.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/detection.h')
-rw-r--r-- | engines/zvision/detection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/zvision/detection.h b/engines/zvision/detection.h index 1f430dac1c..34417601e8 100644 --- a/engines/zvision/detection.h +++ b/engines/zvision/detection.h @@ -29,9 +29,9 @@ namespace ZVision { enum ZVisionGameId { - GID_NONE = 0, - GID_NEMESIS = 1, - GID_GRANDINQUISITOR = 2 + GID_NONE = 0, + GID_NEMESIS = 1, + GID_GRANDINQUISITOR = 2 }; struct ZVisionGameDescription { |