Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
6eb4e2a224
38 changed files with 576 additions and 391 deletions
|
|
@ -1459,7 +1459,9 @@ void G_SerializeLevel (FArchive &arc, bool hubLoad)
|
|||
|
||||
if (SaveVersion >= 3313)
|
||||
{
|
||||
arc << level.nextmusic;
|
||||
// This is a player property now
|
||||
int nextmusic;
|
||||
arc << nextmusic;
|
||||
}
|
||||
|
||||
// Hub transitions must keep the current total time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue