mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-21 10:57:15 -04:00
Merge branch 'master' of github.com:fabiangreffrath/woof
This commit is contained in:
commit
a36b1233e6
@ -960,7 +960,12 @@ static void G_DoLoadLevel(void)
|
||||
}
|
||||
|
||||
P_SetupLevel (gameepisode, gamemap, 0, gameskill);
|
||||
displayplayer = consoleplayer; // view the guy you are playing
|
||||
// [Woof!] Do not reset chosen player view across levels in multiplayer
|
||||
// demo playback. However, it must be reset when starting a new game.
|
||||
if (usergame)
|
||||
{
|
||||
displayplayer = consoleplayer; // view the guy you are playing
|
||||
}
|
||||
// [Alaux] Update smooth count values
|
||||
st_health = players[displayplayer].health;
|
||||
st_armor = players[displayplayer].armorpoints;
|
||||
|
Loading…
x
Reference in New Issue
Block a user