Fix #177
This commit is contained in:
parent
93c8ab96f1
commit
db36ec390d
|
@ -1297,6 +1297,9 @@ public class Game extends BasicGameState {
|
|||
// replays
|
||||
if (isReplay)
|
||||
GameMod.loadModState(previousMods);
|
||||
|
||||
// reset the playback speed
|
||||
MusicController.setPitch(1f);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user