diff options
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; } |