Remove SDL_mixer from base config (I doubt mapc needs that) and update
[neverball] / share / mapc.c
index 2c6bf51..f122fce 100644 (file)
@@ -1172,16 +1172,11 @@ static void make_ball(struct s_file *fp,
     up->w[1] = 0.f;
     up->w[2] = 0.f;
 
-    up->a = 90.f;
-
     for (i = 0; i < c; i++)
     {
         if (strcmp(k[i], "radius") == 0)
             sscanf(v[i], "%f", &up->r);
 
-        if (strcmp(k[i], "angle") == 0)
-            sscanf(v[i], "%f", &up->a);
-
         if (strcmp(k[i], "origin") == 0)
         {
             int x = 0, y = 0, z = 0;