r713 - trunk/code/unix
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Apr 20 07:26:27 EDT 2006
Author: thilo
Date: 2006-04-20 07:26:27 -0400 (Thu, 20 Apr 2006)
New Revision: 713
Modified:
trunk/code/unix/sdl_glimp.c
Log:
Removed redundant assignment.
Modified: trunk/code/unix/sdl_glimp.c
===================================================================
--- trunk/code/unix/sdl_glimp.c 2006-04-20 04:43:43 UTC (rev 712)
+++ trunk/code/unix/sdl_glimp.c 2006-04-20 11:26:27 UTC (rev 713)
@@ -625,7 +625,6 @@
tstencilbits = 0;
}
- sdlcolorbits = 4;
if (tcolorbits == 24)
sdlcolorbits = 8;
More information about the quake3-commits
mailing list