rulegen:: tests:: YA fixup for multi

This commit is contained in:
Zeno Rogue 2021-08-17 14:33:37 +02:00
parent f17f8cacf1
commit 41978a6a03
1 changed files with 0 additions and 2 deletions

View File

@ -237,8 +237,6 @@ void print_rules();
string rule_name(int r) {
if(r == DIR_UNKNOWN) return "??";
else if(r == DIR_MULTI_GO_LEFT) return "ML";
else if(r == DIR_MULTI_GO_RIGHT) return "MR";
else if(r == DIR_LEFT) return "L";
else if(r == DIR_RIGHT) return "R";
else if(r == DIR_PARENT) return "P";