Skip to content

Commit

Permalink
Set UNDEAD_PEOPLE as default tileset (CleverRaven#56)
Browse files Browse the repository at this point in the history
Set UNDEAD_PEOPLE as default tileset

Co-authored-by: firestorm01x2 <firestorm01x2gmail.com>
  • Loading branch information
Firestorm01X2 authored Sep 16, 2020
1 parent 95af62b commit f18cd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@ void options_manager::add_options_graphics()

add( "TILES", "graphics", translate_marker( "Choose tileset" ),
translate_marker( "Choose the tileset you want to use." ),
build_tilesets_list(), "retrodays", COPT_CURSES_HIDE
build_tilesets_list(), "UNDEAD_PEOPLE", COPT_CURSES_HIDE
); // populate the options dynamically

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

0 comments on commit f18cd63

Please sign in to comment.