1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-08 23:20:12 +00:00

config:: removed SIDE from find_setting

This commit is contained in:
Zeno Rogue 2021-02-01 15:23:14 +01:00
parent 198b4b118d
commit 839a41370f

View File

@ -2644,7 +2644,6 @@ template<class T> void add_edit(T& val) {
#endif #endif
EX void find_setting() { EX void find_setting() {
cmode = sm::SIDE | sm::MAYDARK | sm::DIALOG_STRICT_X;
gamescreen(1); gamescreen(1);
dialog::init(XLAT("find setting")); dialog::init(XLAT("find setting"));