summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-09-18 13:24:49 +0000
committerTim Angus <tim@ngus.net>2001-09-18 13:24:49 +0000
commit93b163274c3726e87aab10b8494d5a910efe45db (patch)
tree0cd6d11c58e104b9612e9471cf9f9442c5ea0585 /src/ui
parentc2d43c03919edafbecce31ca881ae93a304b946a (diff)
Checkin after little rm -r tremulous/ accident
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/ui_main.c2
1 files changed, 1 insertions, 1 deletions
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!
}