mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-17 01:21:47 +00:00
Followup to #4733
This commit is contained in:
parent
b1a86fb3d9
commit
cd8a5aaec8
1 changed files with 2 additions and 2 deletions
|
@ -103,10 +103,10 @@ typedef enum {
|
||||||
|
|
||||||
GT_TEAM, // team deathmatch
|
GT_TEAM, // team deathmatch
|
||||||
GT_CTF, // capture the flag
|
GT_CTF, // capture the flag
|
||||||
|
GT_MAX_GAME_TYPE, // other gametypes haven't been implemented.
|
||||||
GT_1FCTF,
|
GT_1FCTF,
|
||||||
GT_OBELISK,
|
GT_OBELISK,
|
||||||
GT_HARVESTER,
|
GT_HARVESTER
|
||||||
GT_MAX_GAME_TYPE
|
|
||||||
} gametype_t;
|
} gametype_t;
|
||||||
|
|
||||||
typedef enum { GENDER_MALE, GENDER_FEMALE, GENDER_NEUTER } gender_t;
|
typedef enum { GENDER_MALE, GENDER_FEMALE, GENDER_NEUTER } gender_t;
|
||||||
|
|
Loading…
Reference in a new issue