Skip to content

Commit

Permalink
Merge pull request #577 from jkbenaim/master
Browse files Browse the repository at this point in the history
hexen: Fix int/pointer union
  • Loading branch information
fragglet committed Jul 14, 2015
2 parents 628e1e1 + 19ca52e commit b81ba59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hexen/h2def.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ struct player_s;

typedef union
{
int i;
intptr_t i;
struct mobj_s *m;
struct player_s *p;
} specialval_t;
Expand Down

0 comments on commit b81ba59

Please sign in to comment.