viewData and viewports in r_main.c were being indexed incorrectly. They were renamed to viewDataOfConsole and viewportOfLocalPlayer to reflect the correct usage.
Note: In a single-player game, console==0 and localPlayerNum==0, so this error was not detectable.
Client: Fixed viewport being blank
viewData and viewports in r_main.c were being indexed
incorrectly. They were renamed to viewDataOfConsole
and viewportOfLocalPlayer to reflect the correct usage.
Note: In a single-player game, console==0 and
localPlayerNum==0, so this error was not detectable.