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

rulegen: unused var removed

This commit is contained in:
Zeno Rogue 2021-08-17 00:25:07 +02:00
parent 48b91ddafb
commit a96b3daf69

View File

@ -692,8 +692,6 @@ static const int C_PARENT = 8;
EX vector<treestate> treestates;
set<twalker> sideswap;
/** is what on the left side, or the right side, of to_what? */
int get_side(tcell *what, tcell *to_what) {