diff options
Diffstat (limited to 'source/cl_console.c')
-rw-r--r-- | source/cl_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_console.c b/source/cl_console.c index 0410a66..c6ddcdb 100644 --- a/source/cl_console.c +++ b/source/cl_console.c @@ -776,7 +776,7 @@ void Con_DrawSolidConsole( void ) { //ZOID // draw the download bar // figure out width - if( cls.download.file ) { + if( cls.download.name[0] ) { int n, j; if( ( text = strrchr( cls.download.name, '/') ) != NULL ) |