diff options
Diffstat (limited to 'sky')
-rw-r--r-- | sky/sky.cpp | 2 |
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} }; |