1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

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

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;