From cd988324a0ac76a2a56699196901b11c4df81bd8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 29 Jan 2018 16:30:44 +0100 Subject: [PATCH] rug now works correctly with distance > 7 --- rug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rug.cpp b/rug.cpp index 76e050f3..4f6b168a 100644 --- a/rug.cpp +++ b/rug.cpp @@ -578,8 +578,8 @@ void buildRug() { map vptr; - for(cell *c: cl.lst) - vptr[c] = addRugpoint(shmup::ggmatrix(c)*C0, c->cpdist); + for(int i=0; i