1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +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:
for(int i=0; i<t+1; i++)
advance(t, 0);
advance(t, last);
break;
case 3: