Remove halfviewwidth
- Why I thought I needed this variable in addition to centerx has long ago left my memory.
This commit is contained in:
parent
31d842a894
commit
44adff459a
4 changed files with 1 additions and 4 deletions
|
|
@ -351,7 +351,6 @@ void R_SWRSetWindow(int windowSize, int fullWidth, int fullHeight, int stHeight,
|
|||
}
|
||||
|
||||
fuzzviewheight = viewheight - 2; // Maximum row the fuzzer can draw to
|
||||
halfviewwidth = (viewwidth >> 1) - 1;
|
||||
|
||||
lastcenteryfrac = 1<<30;
|
||||
CenterX = centerx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue