There was a mixup with the indexing of viewData in r_main.c. The array is supposed to be indexed by console number and not by local player number. This fixes camera positioning for netgame clients.
Also updated camera position after loading a savegame.
Fixed camera positioning
There was a mixup with the indexing of viewData in r_main.c. The array
is supposed to be indexed by console number and not by local player
number. This fixes camera positioning for netgame clients.
Also updated camera position after loading a savegame.