zomg fix for oldmenus^2

This commit is contained in:
Borja Ferrer
2005-11-17 23:04:43 +00:00
parent 94308b208a
commit 778c2080b0
5 changed files with 12 additions and 4 deletions

View File

@@ -59,6 +59,8 @@ void Client_VGUIMenu(void* mValue)
{
if (!mPlayer) return;
mPlayer->vgui = true;
switch (mState++)
{
case 0:
@@ -72,7 +74,9 @@ void Client_VGUIMenu(void* mValue)
void Client_ShowMenu(void* mValue)
{
if (!mPlayer) return;
mPlayer->vgui = true;
switch (mState++)
{
case 0: