From 93b163274c3726e87aab10b8494d5a910efe45db Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 18 Sep 2001 13:24:49 +0000 Subject: Checkin after little rm -r tremulous/ accident --- src/ui/ui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 0785fe20..0d545dfc 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -184,7 +184,7 @@ int vmMain( int command, int arg0, int arg1, int arg2, int arg3, int arg4, int a UI_DrawConnectScreen( arg0 ); return 0; case UI_HASUNIQUECDKEY: // mod authors need to observe this - return qtrue; // bk010117 - change this to qfalse for mods! + return qfalse; // bk010117 - change this to qfalse for mods! } -- cgit