Skip to content

Commit

Permalink
Set retrodays as default tileset for Android
Browse files Browse the repository at this point in the history
Multiple feedbacks from Play Store report that MSX++DEAD_PEOPLE is too memory consuming for some of the devices.
  • Loading branch information
ZhilkinSerg authored and kevingranade committed May 7, 2019
1 parent c30a033 commit 9131a6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,11 @@ void options_manager::add_options_graphics()

add( "TILES", "graphics", translate_marker( "Choose tileset" ),
translate_marker( "Choose the tileset you want to use." ),
#if !defined(__ANDROID__)
build_tilesets_list(), "MSX++DEAD_PEOPLE", COPT_CURSES_HIDE
#else
build_tilesets_list(), "retrodays", COPT_CURSES_HIDE
#endif
); // populate the options dynamically

get_option( "TILES" ).setPrerequisite( "USE_TILES" );
Expand Down

0 comments on commit 9131a6a

Please sign in to comment.