From 4fe1fe8c38b44f0c111b1d923a9299b8d78b0050 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 27 Sep 2019 17:34:59 +0200 Subject: [PATCH] racing:: removed obsolete commented out code --- racing.cpp | 62 ------------------------------------------------------ 1 file changed, 62 deletions(-) diff --git a/racing.cpp b/racing.cpp index 6e2f82dd..5fcfce1c 100644 --- a/racing.cpp +++ b/racing.cpp @@ -346,68 +346,6 @@ EX void generate_track() { return; } - /* - transmatrix At = spin(hrand(1000)); - - track.push_back(s); - - while(isize(track) < LENGTH) { - At = At * xpush(.1); - cell *sb = s; - virtualRebase(s, At, true); - fixmatrix(At); - if(s != sb) track.push_back(s); - } - */ - - /* - - cellwalker ycw(s, hrand(s->type)); - - track.push_back(s); - - for(int i=0; iland != laMirror) c->bardir = NOBARRIERS; for(cell *c:track) setdist(c, dl, NULL); if(1) {