1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-24 01:54:08 +00:00

magmahep:: fixed spiral

This commit is contained in:
Zeno Rogue 2020-06-08 12:57:34 +02:00
parent 5dcd8d120c
commit f00ce7f857

View File

@ -113,7 +113,6 @@ void make() {
case 2: case 2:
for(int i=0; i<t+1; i++) for(int i=0; i<t+1; i++)
advance(t, 0); advance(t, 0);
advance(t, last);
break; break;
case 3: case 3: