aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/detection.h
diff options
context:
space:
mode:
authorRichieSams2013-09-29 21:41:43 -0500
committerRichieSams2013-09-29 21:41:43 -0500
commit11576c5aa940bbdf90f6fb79f39fbc23118cfd6c (patch)
treeb5b564e6c828912fb311244a6cce3e8668a7a71d /engines/zvision/detection.h
parent49d67caa31583478b1b58df19b5739f42d5a4573 (diff)
downloadscummvm-rg350-11576c5aa940bbdf90f6fb79f39fbc23118cfd6c.tar.gz
scummvm-rg350-11576c5aa940bbdf90f6fb79f39fbc23118cfd6c.tar.bz2
scummvm-rg350-11576c5aa940bbdf90f6fb79f39fbc23118cfd6c.zip
ZVISION: Rename ZVisionGameIds to use standard format
Diffstat (limited to 'engines/zvision/detection.h')
-rw-r--r--engines/zvision/detection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/zvision/detection.h b/engines/zvision/detection.h
index f08cfd2fe1..f9acb4d144 100644
--- a/engines/zvision/detection.h
+++ b/engines/zvision/detection.h
@@ -28,9 +28,9 @@
namespace ZVision {
enum ZVisionGameId {
- None = 0,
- ZorkNemesis = 1,
- ZorkGrandInquisitor = 2
+ GID_NONE = 0,
+ GID_NEMESIS = 1,
+ GID_GRANDINQUISITOR = 2
};
struct ZVisionGameDescription {