changing SPF_DOCKS in menu actually works

This commit is contained in:
Zeno Rogue 2018-02-26 13:17:56 +01:00
parent 458baefab6
commit b3def8bdfc
1 changed files with 4 additions and 0 deletions

View File

@ -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;