From 2d7417adb3c8588b04261d73f1188d9b50b66700 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 6 Aug 2002 01:48:44 +0000 Subject: * Bank menu code support --- src/game/g_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index c4c63f2d..a58b57ca 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -2284,7 +2284,7 @@ void Cmd_Withdraw_f( gentity_t *ent ) level.bankCredits[ ent->client->ps.clientNum ] -= amount; } else - G_AddPredictableEvent( ent, EV_MENU, MN_H_NOFUNDS ); + G_AddPredictableEvent( ent, EV_MENU, MN_A_NOFUNDS ); } } -- cgit