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