r241 - trunk/rott

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 8 12:29:59 EDT 2008


Author: fabian
Date: 2008-08-08 12:29:59 -0400 (Fri, 08 Aug 2008)
New Revision: 241

Modified:
   trunk/rott/rt_game.c
Log:
Applied rott-1.1-fix-end-level-display.patch from Hans de Goede to fix empty game statistics screen after finishing a level in resolutions higher than 320x200.


Modified: trunk/rott/rt_game.c
===================================================================
--- trunk/rott/rt_game.c	2008-08-08 16:28:54 UTC (rev 240)
+++ trunk/rott/rt_game.c	2008-08-08 16:29:59 UTC (rev 241)
@@ -3426,7 +3426,7 @@
    tmpPic = ( pic_t * )W_CacheLumpName( "mmbk", PU_CACHE, Cvt_pic_t, 1 );
    VWB_DrawPic( 0, 0, tmpPic );
    VW_UpdateScreen();
-   DisableScreenStretch();
+//   DisableScreenStretch();
 
    IN_StartAck();
    EndBonusVoice = 0;
@@ -3759,7 +3759,7 @@
     
 
 	//bna section 
-    EnableScreenStretch();//bna++
+//    EnableScreenStretch();//bna++
     VW_UpdateScreen();//bna++
 //    DisableScreenStretch();//bna++
 	//bna section end




More information about the rott-commits mailing list