summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 35047f86..3bcb1c64 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1798,7 +1798,7 @@ void Cmd_Class_f( gentity_t *ent )
int cost;
//check that we have an overmind
- if( !level.overmindPresent )
+ if( !G_Overmind( ) )
{
G_TriggerMenu( clientNum, MN_A_NOOVMND_EVOLVE );
return;