Re-enable the VGUI team choose menu.
This commit is contained in:
parent
650b24b020
commit
833e2813af
2 changed files with 3 additions and 1 deletions
|
@ -27,10 +27,11 @@ ClientGame_Init(float apilevel, string enginename, float engineversion)
|
|||
Obituary_Init();
|
||||
}
|
||||
|
||||
void VGUI_ChooseTeam(void);
|
||||
void
|
||||
ClientGame_InitDone(void)
|
||||
{
|
||||
// VGUI_ChooseTeam();
|
||||
VGUI_ChooseTeam();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -34,5 +34,6 @@ entities.qc
|
|||
../../../base/src/client/modelevent.qc
|
||||
|
||||
../../../src/client/include.src
|
||||
vgui_chooseteam.qc
|
||||
../../../src/shared/include.src
|
||||
#endlist
|
||||
|
|
Loading…
Reference in a new issue