mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
actually do the Shavit_GetMapsStringMap map display name thing right #1168
This commit is contained in:
parent
3d16f5ffa7
commit
a1a1c6adfa
@ -1549,6 +1549,7 @@ void CreateNominateMenu()
|
||||
|
||||
char mapdisplay[PLATFORM_MAX_PATH];
|
||||
LessStupidGetMapDisplayName(mapname, mapdisplay, sizeof(mapdisplay));
|
||||
g_mMapList.SetValue(mapdisplay, true);
|
||||
|
||||
if (tiersMap)
|
||||
{
|
||||
@ -1564,7 +1565,6 @@ void CreateNominateMenu()
|
||||
}
|
||||
|
||||
g_hNominateMenu.AddItem(mapname, mapdisplay, style);
|
||||
g_mMapList.SetValue(mapdisplay, true);
|
||||
}
|
||||
|
||||
delete tiersMap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user