mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
changing SPF_DOCKS in menu actually works
This commit is contained in:
parent
458baefab6
commit
b3def8bdfc
@ -1325,6 +1325,10 @@ namespace patterns {
|
||||
subpattern_flags ^= SPF_FULLSYM;
|
||||
}
|
||||
|
||||
else if(uni == '@') {
|
||||
subpattern_flags ^= SPF_DOCKS;
|
||||
}
|
||||
|
||||
else if(uni == '6' || uni == '7' || uni == '8') {
|
||||
if(whichShape == uni) whichShape = 0;
|
||||
else whichShape = uni;
|
||||
|
Loading…
Reference in New Issue
Block a user