diff --git a/src/r_main.cpp b/src/r_main.cpp index 37b3dc36b..2612d4daa 100644 --- a/src/r_main.cpp +++ b/src/r_main.cpp @@ -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) {