mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
made -d:param display side dialog
This commit is contained in:
parent
01748ac77b
commit
b7f55e9f87
@ -4056,6 +4056,7 @@ EX int read_config_args() {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift();
|
shift();
|
||||||
string s = args();
|
string s = args();
|
||||||
|
cmode |= sm::SIDE;
|
||||||
for(auto& fs: params) if(fs.first == s) {
|
for(auto& fs: params) if(fs.first == s) {
|
||||||
dialog::items.clear();
|
dialog::items.clear();
|
||||||
dialog::key_actions.clear();
|
dialog::key_actions.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user