Skip to content

Commit bfd8375

Browse files
committed
xrGame/HUDTarget: Fixed compilation.
1 parent a9477d6 commit bfd8375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/xrGame/HUDTarget.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#include <ai/monsters/poltergeist/poltergeist.h>
2424

2525

26-
u32 C_ON_ENEMY color_rgba(0xff,0,0,0x80);
27-
u32 C_ON_NEUTRAL color_rgba(0xff,0xff,0x80,0x80);
28-
u32 C_ON_FRIEND color_rgba(0,0xff,0,0x80);
26+
u32 C_ON_ENEMY = color_rgba(0xff,0,0,0x80);
27+
u32 C_ON_NEUTRAL = color_rgba(0xff,0xff,0x80,0x80);
28+
u32 C_ON_FRIEND = color_rgba(0,0xff,0,0x80);
2929

3030

3131
#define C_DEFAULT color_rgba(0xff,0xff,0xff,0x80)

0 commit comments

Comments
 (0)