???
This commit is contained in:
parent
0251d9cab9
commit
beb2ed5f97
1 changed files with 1 additions and 1 deletions
|
|
@ -1671,7 +1671,7 @@ void R_RenderPlayerView(void)
|
|||
if (bot > viewheight-1)
|
||||
bot = viewheight-1;
|
||||
|
||||
UINT8* p = R_Address(top, x);
|
||||
UINT8* p = R_Address(x, top);
|
||||
|
||||
while (top <= bot)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue