diff options
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 34417601e8..1f430dac1c 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 { |