mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 03:58:14 +03:00
Added stopwatch type
This commit is contained in:
parent
307ee117bd
commit
fc7029c271
3 changed files with 14 additions and 1 deletions
|
@ -574,6 +574,12 @@ movement on the server game.
|
|||
TEAM_AXIS
|
||||
} teamtype_t;
|
||||
|
||||
typedef enum {
|
||||
SWT_NORMAL,
|
||||
SWT_FUSE,
|
||||
SWT_FUSE_WET
|
||||
} stopWatchType_t;
|
||||
|
||||
// How many players on the overlay
|
||||
#define TEAM_MAXOVERLAY 32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue