mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +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_CTF, // capture the flag
|
||||
GT_MAX_GAME_TYPE, // other gametypes haven't been implemented.
|
||||
GT_1FCTF,
|
||||
GT_OBELISK,
|
||||
GT_HARVESTER,
|
||||
GT_MAX_GAME_TYPE
|
||||
GT_HARVESTER
|
||||
} gametype_t;
|
||||
|
||||
typedef enum { GENDER_MALE, GENDER_FEMALE, GENDER_NEUTER } gender_t;
|
||||
|
|
Loading…
Reference in a new issue