mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-03 12:23:56 +00:00
rulegen: unused var removed
This commit is contained in:
parent
48b91ddafb
commit
a96b3daf69
@ -692,8 +692,6 @@ static const int C_PARENT = 8;
|
|||||||
|
|
||||||
EX vector<treestate> treestates;
|
EX vector<treestate> treestates;
|
||||||
|
|
||||||
set<twalker> sideswap;
|
|
||||||
|
|
||||||
/** is what on the left side, or the right side, of to_what? */
|
/** is what on the left side, or the right side, of to_what? */
|
||||||
|
|
||||||
int get_side(tcell *what, tcell *to_what) {
|
int get_side(tcell *what, tcell *to_what) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user