Skip to content

Commit

Permalink
Add omnibot dev mod
Browse files Browse the repository at this point in the history
To mod detection list
  • Loading branch information
ensiform committed Nov 28, 2024
1 parent ea5ceff commit b21e012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/qcommon/files.c
Original file line number Diff line number Diff line change
Expand Up @@ -6470,6 +6470,7 @@ static const gameStrMap_t knownGames[] = {
{"tcetest", GAMEMOD_TCETEST},
{"cqbtest", GAMEMOD_CQBTEST},
{"etnam", GAMEMOD_ETNAM},
{"omnibot", GAMEMOD_OMNIBOT},
};

static const int numKnownGames = (int)ARRAY_LEN(knownGames);
Expand Down
5 changes: 3 additions & 2 deletions src/qcommon/q_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -1985,8 +1985,9 @@ typedef enum gameMod_e {
GAMEMOD_TCETEST,
GAMEMOD_CQBTEST,
GAMEMOD_ETNAM,
GAMEMOD_DUKE
//GAMEMOD_MAX = 512
GAMEMOD_DUKE,
GAMEMOD_OMNIBOT,
//GAMEMOD_COUNT
} gameMod_t;

typedef enum ossInfoFlag_e {
Expand Down

0 comments on commit b21e012

Please sign in to comment.