Merge branch 'master' of https://github.com/rheit/zdoom
# Conflicts: # wadsrc/static/language.eng
This commit is contained in:
commit
5c267a2169
12 changed files with 25 additions and 16 deletions
|
|
@ -1280,7 +1280,7 @@ void G_FinishTravel ()
|
|||
|
||||
for (inv = pawn->Inventory; inv != NULL; inv = inv->Inventory)
|
||||
{
|
||||
inv->ChangeStatNum (STAT_INVENTORY);
|
||||
inv->ChangeStatNum (STAT_DEFAULT);
|
||||
inv->LinkToWorld ();
|
||||
inv->Travelled ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue