From e7fb69e3d93d51b7d265b7930eab4d94de1f49cd Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Mon, 18 Aug 2003 23:20:27 +0000 Subject: added MDT_PREFER_NATIVE flag to BASS VersionSettings svn-id: r9772 --- sky/sky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- cgit v1.2.3