summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/ui_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c
index 4dffbd96..11971f2a 100644
--- a/src/ui/ui_main.c
+++ b/src/ui/ui_main.c
@@ -2940,12 +2940,13 @@ static void UI_RunMenuScript( char **args )
{
trap_FS_Read( text, len, f );
text[ len ] = 0;
- trap_FS_FCloseFile( f );
Com_sprintf( command, 32, "ptrcrestore %s", text );
trap_Cmd_ExecuteText( EXEC_APPEND, command );
}
+ if( len > -1 )
+ trap_FS_FCloseFile( f );
}
else if( Q_stricmp( name, "Say" ) == 0 )
{