Skip to content

Commit

Permalink
Fix linux build error
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffyfreak committed Oct 4, 2012
1 parent 2f110c2 commit e3cacf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factions.h
Expand Up @@ -46,7 +46,7 @@ class Faction {
Color colour;

enum {
BAD_FACTION_IDX = UINT_MAX
BAD_FACTION_IDX = ((unsigned int)-1)
};
};

Expand Down

0 comments on commit e3cacf3

Please sign in to comment.