Date:	Thursday July 6, 2000 @ 17:56
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv11333/ntserv

Modified Files:
	interface.c 
Log Message:
fix bombing out of t-mode message

****************************************

Index: Vanilla/ntserv/interface.c
diff -u Vanilla/ntserv/interface.c:1.6 Vanilla/ntserv/interface.c:1.7
--- Vanilla/ntserv/interface.c:1.6	Thu Jan  6 14:45:25 2000
+++ Vanilla/ntserv/interface.c	Thu Jul  6 17:56:24 2000
@@ -88,7 +88,7 @@
 
 #ifdef RESTRICT_BOMB /* isae - no bombing out of tmode? */
     if (!status->tourn){
-        new_warning(42,"You may not bomb out of T-mode.");
+        new_warning(UNDEF,"You may not bomb out of T-mode.");
       return;
     }
 #endif /* RESTRICT_BOMB */