- Fixed: Weapon positions were only adjusted in 1280x1024 if the status

bar was hidden.
- Fixed: If you died in co-op and somebody else ended the map before you
  respawned, you would start the next map with only default inventory, no
  matter what dmflags was set to.


SVN r691 (trunk)
This commit is contained in:
Randy Heit 2008-01-11 01:43:37 +00:00
commit a9dc8ddce3
7 changed files with 45 additions and 22 deletions

View file

@ -89,8 +89,6 @@ void G_ReadDemoTiccmd (ticcmd_t *cmd, int player);
void G_WriteDemoTiccmd (ticcmd_t *cmd, int player, int buf);
void G_PlayerReborn (int player);
void G_DoReborn (int playernum, bool freshbot);
void G_DoNewGame (void);
void G_DoLoadGame (void);
void G_DoPlayDemo (void);