JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
By Jove, I think I've got it!
[vor.git] / main.c
diff --git a/main.c b/main.c
index ad3ab56..1f2856f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -570,7 +570,6 @@ init(int fullscreen) {
 
        // Load all our lovely rocks
        for(i = 0; i<NROCKS; i++) {
-
                snprintf(a,MAX_PATH_LEN,add_path("sprites/rock%02d.png"),i);
                NULLERROR(temp = IMG_Load(a));
                NULLERROR(surf_rock[i] = SDL_DisplayFormat(temp));