diff options
author | richiesams | 2013-08-05 11:53:14 -0500 |
---|---|---|
committer | richiesams | 2013-08-05 11:53:57 -0500 |
commit | 9036b8d3d2c42b5b082986ce8c5fffc74c07f6db (patch) | |
tree | 0bb486b5e790a4a23f6527106fa836aeff769544 /engines/zvision | |
parent | 914763600352385fdda127aa456419d5e4a9cd7e (diff) | |
download | scummvm-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
Diffstat (limited to 'engines/zvision')
-rw-r--r-- | engines/zvision/detection.h | 5 |
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 { |