mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +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;
|
subpattern_flags ^= SPF_FULLSYM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if(uni == '@') {
|
||||||
|
subpattern_flags ^= SPF_DOCKS;
|
||||||
|
}
|
||||||
|
|
||||||
else if(uni == '6' || uni == '7' || uni == '8') {
|
else if(uni == '6' || uni == '7' || uni == '8') {
|
||||||
if(whichShape == uni) whichShape = 0;
|
if(whichShape == uni) whichShape = 0;
|
||||||
else whichShape = uni;
|
else whichShape = uni;
|
||||||
|
Loading…
Reference in New Issue
Block a user