1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-24 18:37:39 +00:00

removed some obsolete debug printfs

This commit is contained in:
Zeno Rogue
2019-05-21 23:53:13 +02:00
parent fa06306ef9
commit ae100b1e72
13 changed files with 0 additions and 26 deletions

View File

@@ -130,10 +130,6 @@ void calcMousedest() {
}
// confusingGeometry() ? ggmatrix(cwt.at) * calc_relative_matrix(cwt.at->move(i), cwt.at, i) : shmup::ggmatrix(cwt.at->move(i))));
/* printf("curcell = %Lf\n", mousedist);
for(int i=0; i<cwt.at->type; i++)
printf("d%d = %Lf\n", i, dists[i]); */
for(int i=0; i<cwt.at->type; i++) if(dists[i] < mousedist) {
mousedist = dists[i];
mousedest.d = fixdir(i - cwt.spin, cwt.at);