MISSIONPACK removal: botlib project.

This commit is contained in:
Artem Kharytoniuk 2016-07-09 13:50:48 +03:00
parent 08d1b605a6
commit 1a7b937688

View File

@ -98,11 +98,6 @@ typedef enum {
GT_TEAM, // team deathmatch
GT_CTF, // capture the flag
#ifdef MISSIONPACK
GT_1FCTF,
GT_OBELISK,
GT_HARVESTER,
#endif
GT_MAX_GAME_TYPE
} gametype_t;