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

rulegen:: removed junk

This commit is contained in:
Zeno Rogue 2021-08-20 00:45:46 +02:00
parent 40792a3aa1
commit 153a639337

View File

@ -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) {