--- a/src/pvr2/scene.h Mon Jul 14 07:44:42 2008 +0000 +++ b/src/pvr2/scene.h Sun Sep 07 04:23:49 2008 +0000 @@ -127,6 +127,9 @@ /** Specifies the translucency auto-sort mode for the scene */ tile_sort_mode_t sort_mode; + float fog_lut_colour[4]; + float fog_vert_colour[4]; + /** Pointer to the start of the tile segment list in PVR2 VRAM (32-bit) */ struct tile_segment *segment_list; /** Map from PVR2 polygon address to an element of poly_array. */