aboutsummaryrefslogtreecommitdiffstats
path: root/code/q3_ui/ui_demo2.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/q3_ui/ui_demo2.c')
-rw-r--r--code/q3_ui/ui_demo2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/q3_ui/ui_demo2.c b/code/q3_ui/ui_demo2.c
index 7da763f..a3810bb 100644
--- a/code/q3_ui/ui_demo2.c
+++ b/code/q3_ui/ui_demo2.c
@@ -247,7 +247,7 @@ static void Demos_MenuInit( void ) {
if (!Q_stricmp(demoname + len - 4,".dm3"))
demoname[len-4] = '\0';
- Q_strupr(demoname);
+// Q_strupr(demoname);
demoname += len + 1;
}