[rott-commits] r274 - trunk/rott

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Dec 21 07:24:51 EST 2012


Author: fabian
Date: 2012-12-21 07:24:51 -0500 (Fri, 21 Dec 2012)
New Revision: 274

Modified:
   trunk/rott/winrott.c
Log:
Revert r270. 640x480 ought to be enough and other ports (e.g. wolf4sdl, prboom, winmbf) use this as default resolution as well.

Modified: trunk/rott/winrott.c
===================================================================
--- trunk/rott/winrott.c	2012-11-14 11:07:39 UTC (rev 273)
+++ trunk/rott/winrott.c	2012-12-21 12:24:51 UTC (rev 274)
@@ -6,8 +6,8 @@
 
 //typedef unsigned char byte;
 
-int iGLOBAL_SCREENWIDTH  = 800;//bna val 800
-int iGLOBAL_SCREENHEIGHT = 600;//bna val 600
+int iGLOBAL_SCREENWIDTH  = 640;//bna val 800
+int iGLOBAL_SCREENHEIGHT = 480;//bna val 600
 int iGLOBAL_SCREENBWIDE ;
 int iG_SCREENWIDTH;// default screen width in bytes
 



More information about the rott-commits mailing list