r4972 - trunk/data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 2 15:13:58 EST 2008


Author: div0
Date: 2008-11-02 15:13:58 -0500 (Sun, 02 Nov 2008)
New Revision: 4972

Modified:
   trunk/data/qcsrc/menu/nexuiz/tab.c
Log:
fix bug breaking showNotify


Modified: trunk/data/qcsrc/menu/nexuiz/tab.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/tab.c	2008-11-02 20:06:39 UTC (rev 4971)
+++ trunk/data/qcsrc/menu/nexuiz/tab.c	2008-11-02 20:13:58 UTC (rev 4972)
@@ -25,5 +25,6 @@
 void showNotifyNexuizTab(entity me)
 {
 	loadAllCvars(me);
+	showNotifyContainer(me);
 }
 #endif




More information about the nexuiz-commits mailing list