Skip to content

Commit

Permalink
xrGame/HUDTarget: Fixed compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 10, 2015
1 parent a9477d6 commit bfd8375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/xrGame/HUDTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include <ai/monsters/poltergeist/poltergeist.h>


u32 C_ON_ENEMY color_rgba(0xff,0,0,0x80);
u32 C_ON_NEUTRAL color_rgba(0xff,0xff,0x80,0x80);
u32 C_ON_FRIEND color_rgba(0,0xff,0,0x80);
u32 C_ON_ENEMY = color_rgba(0xff,0,0,0x80);
u32 C_ON_NEUTRAL = color_rgba(0xff,0xff,0x80,0x80);
u32 C_ON_FRIEND = color_rgba(0,0xff,0,0x80);


#define C_DEFAULT color_rgba(0xff,0xff,0xff,0x80)
Expand Down

0 comments on commit bfd8375

Please sign in to comment.