This commit is contained in:
Christoph Oelckers 2015-03-31 18:25:31 +02:00
commit 6eb4e2a224
38 changed files with 576 additions and 391 deletions

View file

@ -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