From 995b6bf6acdebf8cb46f680a24d93430fc23a85f Mon Sep 17 00:00:00 2001 From: James Haley Date: Fri, 3 Sep 2010 04:36:34 +0000 Subject: Minor reformatting and elimination of a redundant branch condition (Watcom for the win!) Subversion-branch: /branches/strife-branch Subversion-revision: 2005 --- src/strife/r_main.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/strife/r_main.c b/src/strife/r_main.c index ddb583d3..bc902e4a 100644 --- a/src/strife/r_main.c +++ b/src/strife/r_main.c @@ -837,23 +837,20 @@ R_PointInSubsector void R_SetupPitch(player_t* player) { - fixed_t pitchfrac; + int pitchfrac; int i = 0; if(viewpitch != player->pitch) { viewpitch = player->pitch; - pitchfrac = ((setblocks*player->pitch)/10); - centery = pitchfrac+viewheight/2; - centeryfrac = centery<pitch) / 10; + centery = pitchfrac + viewheight / 2; + centeryfrac = centery << FRACBITS; - if(viewheight > 0) + for(i = 0; i < viewheight; i++) { - for(i = 0; i < viewheight; i++) - { - yslope[i] = FixedDiv(viewwidth/2*FRACUNIT, - abs(((i-centery)<