diff --git a/reaction/cgame/cg_info.c b/reaction/cgame/cg_info.c index 785a11da..98643d11 100644 --- a/reaction/cgame/cg_info.c +++ b/reaction/cgame/cg_info.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.19 2002/05/25 16:39:16 makro +// Loading screen +// // Revision 1.18 2002/05/25 10:40:31 makro // Loading screen // @@ -368,9 +371,10 @@ void CG_DrawInformation( void ) { } //Makro - don't write unless there's something to write - if ( line[0] ) + if ( line[0] ) { CG_DrawStringExt(x, y, line, color2, qfalse, qfalse, LS_CHAR_WIDTH, LS_CHAR_HEIGHT, 0); - y -= LS_CHAR_HEIGHT; + y -= LS_CHAR_HEIGHT; + } } // BOTTOM // diff --git a/reaction/cgame/cgame.plg b/reaction/cgame/cgame.plg index 4268444b..53428d19 100644 --- a/reaction/cgame/cgame.plg +++ b/reaction/cgame/cgame.plg @@ -6,13 +6,14 @@ --------------------Configuration: cgame - Win32 Release--------------------

Command Lines

-Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP262.tmp" with contents +Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP27E.tmp" with contents [ /nologo /G6 /ML /W4 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/cgame.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c "C:\Games\Quake3\rq3source\reaction\cgame\cg_info.c" +"C:\Games\Quake3\rq3source\reaction\cgame\cg_main.c" ] -Creating command line "cl.exe @D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP262.tmp" -Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP263.tmp" with contents +Creating command line "cl.exe @D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP27E.tmp" +Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP27F.tmp" with contents [ /nologo /base:"0x30000000" /subsystem:windows /dll /incremental:no /pdb:"Release/cgamex86.pdb" /map:"Release/cgamex86.map" /machine:I386 /def:".\cgame.def" /out:"../Release/cgamex86.dll" /implib:"Release/cgamex86.lib" .\Release\bg_misc.obj @@ -41,17 +42,18 @@ Creating temporary file "D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP263.tmp" with conte .\Release\q_shared.obj .\Release\ui_shared.obj ] -Creating command line "link.exe @D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP263.tmp" +Creating command line "link.exe @D:\DOCUME~1\Andrei\LOCALS~1\Temp\RSP27F.tmp"

Output Window

Compiling... cg_info.c -Linking... - Creating library Release/cgamex86.lib and object Release/cgamex86.exp +cg_main.c +C:\Games\Quake3\rq3source\reaction\cgame\cg_main.c(1183) : error C2065: 'CS_BREAKABLES' : undeclared identifier +Error executing cl.exe.

Results

-cgamex86.dll - 0 error(s), 0 warning(s) +cgamex86.dll - 1 error(s), 0 warning(s)