aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/zvision/detection.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/zvision/detection.h b/engines/zvision/detection.h
index b1e5dcbe01..f08cfd2fe1 100644
--- a/engines/zvision/detection.h
+++ b/engines/zvision/detection.h
@@ -28,8 +28,9 @@
namespace ZVision {
enum ZVisionGameId {
- ZorkNemesis,
- ZorkGrandInquisitor
+ None = 0,
+ ZorkNemesis = 1,
+ ZorkGrandInquisitor = 2
};
struct ZVisionGameDescription {