aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/detection_tables.h
diff options
context:
space:
mode:
authorwhiterandrek2018-05-25 20:50:02 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit4f13df48280c5d0a5c3701be557fdf486d2ae70b (patch)
tree2395651b18df28044288d1c92737ed87082b4b1d /engines/pink/detection_tables.h
parentd6b1b9396e54f78fb49c6c0b123e9463f91be676 (diff)
downloadscummvm-rg350-4f13df48280c5d0a5c3701be557fdf486d2ae70b.tar.gz
scummvm-rg350-4f13df48280c5d0a5c3701be557fdf486d2ae70b.tar.bz2
scummvm-rg350-4f13df48280c5d0a5c3701be557fdf486d2ae70b.zip
PINK: add saving/loading of game.
It's bugged, but playable
Diffstat (limited to 'engines/pink/detection_tables.h')
-rw-r--r--engines/pink/detection_tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 5a9f27af46..a0062d7070 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM,
GUIO1(GUIO_NONE)
},
{
@@ -52,7 +52,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM,
GUIO1(GUIO_NONE)
},
AD_TABLE_END_MARKER