From 7fccfcafc99fe8a81bee1e2cc32e3e383d238dc2 Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 30 Nov 2007 18:32:52 +0000 Subject: * Add con_log.c to log all console output * Add con_passive.c to cut down on #ifdef DEDICATED in sys_main.c * Add Sys_ErrorDialog to report ERR_FATALs to the user + On Windows use a MessageBox and offer to copy the console log to the clipboard + On everything else print to the terminal and save the console log as crashlog.txt git-svn-id: svn://svn.icculus.org/quake3/trunk@1222 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon') diff --git a/code/qcommon/files.c b/code/qcommon/files.c index af5eaec..cf989c4 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -2872,7 +2872,7 @@ static void FS_CheckPak0( void ) if(!fs_gamedirvar->string[0] || !Q_stricmp( fs_gamedirvar->string, BASEGAME ) || !Q_stricmp( fs_gamedirvar->string, "missionpack" )) - Com_Error(ERR_FATAL, "\n*** you need to install Quake III Arena in order to play ***"); + Com_Error(ERR_FATAL, "You need to install Quake III Arena in order to play"); } } -- cgit v1.2.3