Skip to content

Commit

Permalink
Added dynlight pointer to vissprite
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 8, 2003
1 parent 43faaba commit 4b15263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Include/r_things.h
Expand Up @@ -55,6 +55,7 @@ typedef struct vissprite_s
int color;
} vertices[2];
float texc[2][2]; // u and v coordinates.
struct dynlight_s *light;
} wall;
};
} vissprite_t;
Expand Down

0 comments on commit 4b15263

Please sign in to comment.