diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2011-06-19 06:26:15 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:18:09 +0000 |
commit | 789afa4226b385d424988998206bf55d2b3d7fe6 (patch) | |
tree | cb273d2c4f4bb66865b642d3e157fefe1631dd27 /src/ui/ui_main.c | |
parent | bbcc76687e7f0d87ee9981999b9893822ca03506 (diff) |
* (bug 4958) Add a menu to list/play demo files to the main menu (jacklutz54@gmail.com)
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 6474288e..4e0df2ce 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -2715,7 +2715,6 @@ static void UI_LoadDemos( void ) if( !Q_stricmp( demoname + len - strlen( demoExt ), demoExt ) ) demoname[len-strlen( demoExt )] = '\0'; - Q_strupr( demoname ); uiInfo.demoList[i] = String_Alloc( demoname ); demoname += len + 1; } |