From 74693f43e7a6cda1d9016a564e0b40344bea1fbb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 28 Jan 2019 21:41:53 +0100 Subject: [PATCH] fixed crashes on the sphere --- hyper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index b0bf3452..4637ea6f 100644 --- a/hyper.h +++ b/hyper.h @@ -396,7 +396,7 @@ template struct connection_table { T*& move(int i) { return move_table[i]; } unsigned char modspin(int i) { return spin(fix(i)); } void fullclear() { - for(int i=0; idegree(); i++) move_table[i] = NULL; } void connect(int d0, T* c1, int d1, bool m) { move(d0) = c1;