mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-19 11:44:48 +00:00
rulegen:: removed junk
This commit is contained in:
parent
40792a3aa1
commit
153a639337
@ -1153,11 +1153,6 @@ void find_possible_parents() {
|
||||
|
||||
/* == branch testing == */
|
||||
|
||||
void verified_treewalk(twalker& cw, int delta) {
|
||||
if((cw+wstep).spin == get_parent_dir(cw.peek())) {
|
||||
}
|
||||
}
|
||||
|
||||
using tsinfo = pair<int, int>;
|
||||
|
||||
tsinfo get_tsinfo(twalker tw) {
|
||||
|
Loading…
Reference in New Issue
Block a user