aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichiesams2013-08-05 11:53:14 -0500
committerrichiesams2013-08-05 11:53:57 -0500
commit9036b8d3d2c42b5b082986ce8c5fffc74c07f6db (patch)
tree0bb486b5e790a4a23f6527106fa836aeff769544
parent914763600352385fdda127aa456419d5e4a9cd7e (diff)
downloadscummvm-rg350-9036b8d3d2c42b5b082986ce8c5fffc74c07f6db.tar.gz
scummvm-rg350-9036b8d3d2c42b5b082986ce8c5fffc74c07f6db.tar.bz2
scummvm-rg350-9036b8d3d2c42b5b082986ce8c5fffc74c07f6db.zip
ZVISION: Create ZVisionGameId entry None
This is used to end the AD table
-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 {