g_timescripts misspell

This commit is contained in:
smallmodel 2023-10-31 23:21:55 +01:00
parent ff3ee39830
commit 2e9ef64bd2
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -363,7 +363,7 @@ void CVAR_Init(void)
g_showmem = gi.Cvar_Get("g_showmem", "0", 0);
g_timeents = gi.Cvar_Get("g_timeents", "0", 0);
g_timescripts = gi.Cvar_Get("g_timesripts", "0", 0);
g_timescripts = gi.Cvar_Get("g_timescripts", "0", 0);
g_showaxis = gi.Cvar_Get("g_showaxis", "0", 0);
g_showplayerstate = gi.Cvar_Get("g_showplayerstate", "0", 0);
g_showplayeranim = gi.Cvar_Get("g_showplayeranim", "0", 0);