some audio things
[carveJwlIkooP6JGAAIwe30JlM.git] / model.h
diff --git a/model.h b/model.h
index b2d258deb282916dfead2dd647893259e39b87ec..4a310695f27784dda33164f7b7f494bcde36b87b 100644 (file)
--- a/model.h
+++ b/model.h
@@ -59,7 +59,8 @@ enum mdl_surface_prop
 {
    k_surface_prop_concrete          = 0,
    k_surface_prop_wood              = 1,
-   k_surface_prop_grass             = 2
+   k_surface_prop_grass             = 2,
+   k_surface_prop_tiles             = 3
 };
 
 enum material_flag
@@ -276,12 +277,14 @@ struct classtype_world_light
    enum light_type 
    {
       k_light_type_point,
-      k_light_type_spot
+      k_light_type_spot,
+      k_light_type_point_nighttime_only,
+      k_light_type_spot_nighttime_only
    } 
    type;
 
    v4f colour; /* RGB, Energy */
-   float angle;
+   float angle, range;
 };
 
 #pragma pack(pop)