diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-04-20 11:26:27 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-04-20 11:26:27 +0000 |
commit | c3ae7effb38505ae7dce18b4aa5ef8c4129e4630 (patch) | |
tree | faccb68ae14c73b0b225d8630677b700a05b8651 | |
parent | 7671ce99662ab0eaf6ea4318f7ce87b3cd6eed2b (diff) | |
download | ioquake3-aero-c3ae7effb38505ae7dce18b4aa5ef8c4129e4630.tar.gz ioquake3-aero-c3ae7effb38505ae7dce18b4aa5ef8c4129e4630.zip |
Removed redundant assignment.
git-svn-id: svn://svn.icculus.org/quake3/trunk@713 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | code/unix/sdl_glimp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c index e855241..771bb23 100644 --- a/code/unix/sdl_glimp.c +++ b/code/unix/sdl_glimp.c @@ -625,7 +625,6 @@ static int GLW_SetMode( const char *drivername, int mode, qboolean fullscreen ) tstencilbits = 0; } - sdlcolorbits = 4; if (tcolorbits == 24) sdlcolorbits = 8; |