Skip to content

Commit a1e4702

Browse files
author
Alex Cole
committed
Fix compile errors.
1 parent 5b93464 commit a1e4702

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

omp_core.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ enum WEAPON:MAX_WEAPONS
5151
REASON_DISCONNECT = 201,
5252
REASON_SUICIDE = 255,
5353

54-
WEAPON_UNKNOWN = UNKNOWN_WEAPON
55-
WEAPON_VEHICLE = REASON_VEHICLE
56-
WEAPON_DROWN = REASON_DROWN
57-
WEAPON_COLLISION = REASON_COLLISION
58-
WEAPON_SPLAT = REASON_SPLAT
54+
WEAPON_UNKNOWN = UNKNOWN_WEAPON,
55+
WEAPON_VEHICLE = REASON_VEHICLE,
56+
WEAPON_DROWN = REASON_DROWN,
57+
WEAPON_COLLISION = REASON_COLLISION,
58+
WEAPON_SPLAT = REASON_SPLAT,
5959

6060
// The main weapon types. Done after the reasons so sizes are correct.
6161
WEAPON_FIST = 0,

0 commit comments

Comments
 (0)