mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-10 11:58:27 +00:00
Shorten map name length.
This commit is contained in:
parent
8b3caf405a
commit
c9f2e06cc4
@ -86,7 +86,7 @@ int gI_DefaultTeamSlots = 0;
|
|||||||
|
|
||||||
// server specific
|
// server specific
|
||||||
float gF_Tickrate = 0.0;
|
float gF_Tickrate = 0.0;
|
||||||
char gS_Map[192];
|
char gS_Map[160];
|
||||||
int gI_ExpectedBots = 0;
|
int gI_ExpectedBots = 0;
|
||||||
ConVar bot_quota = null;
|
ConVar bot_quota = null;
|
||||||
any gA_CentralCache[CENTRALBOTCACHE_SIZE];
|
any gA_CentralCache[CENTRALBOTCACHE_SIZE];
|
||||||
@ -584,8 +584,8 @@ public void OnMapStart()
|
|||||||
|
|
||||||
gB_ForciblyStopped = false;
|
gB_ForciblyStopped = false;
|
||||||
|
|
||||||
GetCurrentMap(gS_Map, 192);
|
GetCurrentMap(gS_Map, 160);
|
||||||
GetMapDisplayName(gS_Map, gS_Map, 192);
|
GetMapDisplayName(gS_Map, gS_Map, 160);
|
||||||
|
|
||||||
if(!gB_Enabled)
|
if(!gB_Enabled)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user