diff options
author | Marisa-Chan | 2013-10-15 15:44:02 +0700 |
---|---|---|
committer | Marisa-Chan | 2013-10-18 19:48:57 +0000 |
commit | cf99a88322474f2412edc737b9a0c6a38f373610 (patch) | |
tree | fd7acd4124f92e484d1b0b793c843fdefa4c28b8 /engines/zvision | |
parent | 4baa1801fe13e2dafe5317d57dfc9e4fe10bc809 (diff) | |
download | scummvm-rg350-cf99a88322474f2412edc737b9a0c6a38f373610.tar.gz scummvm-rg350-cf99a88322474f2412edc737b9a0c6a38f373610.tar.bz2 scummvm-rg350-cf99a88322474f2412edc737b9a0c6a38f373610.zip |
ZVISION: Change platform detection of ZGI, dos->win.
Diffstat (limited to 'engines/zvision')
-rw-r--r-- | engines/zvision/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp index 06e921dfa8..49664935e1 100644 --- a/engines/zvision/detection.cpp +++ b/engines/zvision/detection.cpp @@ -80,7 +80,7 @@ static const ZVisionGameDescription gameDescriptions[] = { 0, AD_ENTRY1s("SCRIPTS.ZFS", "81efd40ecc3d22531e211368b779f17f", 8336944), Common::EN_ANY, - Common::kPlatformDOS, + Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO1(GUIO_NONE) }, |