aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorRobert Göffringmann2003-08-18 23:20:27 +0000
committerRobert Göffringmann2003-08-18 23:20:27 +0000
commite7fb69e3d93d51b7d265b7930eab4d94de1f49cd (patch)
tree71b3984821cb4e90dbe41c20b8d9c4a6142c02f9 /sky
parentf6d697444b56bb341bfe98c4bb6b9c3fe929c670 (diff)
downloadscummvm-rg350-e7fb69e3d93d51b7d265b7930eab4d94de1f49cd.tar.gz
scummvm-rg350-e7fb69e3d93d51b7d265b7930eab4d94de1f49cd.tar.bz2
scummvm-rg350-e7fb69e3d93d51b7d265b7930eab4d94de1f49cd.zip
added MDT_PREFER_NATIVE flag to BASS VersionSettings
svn-id: r9772
Diffstat (limited to 'sky')
-rw-r--r--sky/sky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 42358d2aef..b90ea00ff0 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -61,7 +61,7 @@ extern bool draw_keyboard;
static const VersionSettings sky_settings[] = {
/* Beneath a Steel Sky */
- {"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, MDT_ADLIB | MDT_NATIVE, 0, "sky.dsk" },
+ {"sky", "Beneath a Steel Sky", GID_SKY_FIRST, 99, MDT_ADLIB | MDT_NATIVE | MDT_PREFER_NATIVE, 0, "sky.dsk" },
{NULL, NULL, 0, 0, MDT_NONE, 0, NULL}
};