JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
w00t! Finally rearranged the scroll equations so they make sense to me.
[vor.git] / rocks.c
diff --git a/rocks.c b/rocks.c
index d2fda29..0b54b04 100644 (file)
--- a/rocks.c
+++ b/rocks.c
@@ -50,6 +50,7 @@ init_rocks(void)
                NULLERROR(surf_rock[i] = SDL_DisplayFormat(temp));
                get_shape(surf_rock[i], &rock_shapes[i]);
        }
+       reset_rocks();
        return 0;
 }