[rott-commits] r270 - trunk/rott

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 14 05:26:27 EST 2012


Author: fabian
Date: 2012-11-14 05:26:27 -0500 (Wed, 14 Nov 2012)
New Revision: 270

Modified:
   trunk/rott/winrott.c
Log:
Set default resolution to 800x600, we're out of the stone ages. ;)

Modified: trunk/rott/winrott.c
===================================================================
--- trunk/rott/winrott.c	2012-11-14 10:25:56 UTC (rev 269)
+++ trunk/rott/winrott.c	2012-11-14 10:26:27 UTC (rev 270)
@@ -6,8 +6,8 @@
 
 //typedef unsigned char byte;
 
-int iGLOBAL_SCREENWIDTH  = 640;//bna val 800
-int iGLOBAL_SCREENHEIGHT = 480;//bna val 600
+int iGLOBAL_SCREENWIDTH  = 800;//bna val 800
+int iGLOBAL_SCREENHEIGHT = 600;//bna val 600
 int iGLOBAL_SCREENBWIDE ;
 int iG_SCREENWIDTH;// default screen width in bytes
 



More information about the rott-commits mailing list