Skip to content

Commit

Permalink
mobj_t has a lumobj index, not a pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent ac160c8 commit d3ae209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/Include/dd_share.h
Expand Up @@ -690,7 +690,7 @@ typedef struct ddmobj_base_s
short visangle; /* visual angle ("angle-servo") */
int selector; /* multipurpose info */
int validcount; /* used in iterating */
void *light; /* pointer to the lumobj, or NULL */
int light; /* index+1 of the lumobj, or 0 */
byte halofactor; /* strength of halo */
} ddmobj_base_t;

Expand Down

0 comments on commit d3ae209

Please sign in to comment.