Skip to content

Commit

Permalink
PINK: add soundSettings syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
voltya authored and sev- committed Jun 28, 2018
1 parent cf8971a commit b6658eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/pink/pink.cpp
Expand Up @@ -90,6 +90,8 @@ Common::Error PinkEngine::init() {

_orb.loadGame(this);

syncSoundSettings();

if (ConfMan.hasKey("save_slot"))
loadGameState(ConfMan.getInt("save_slot"));
else
Expand Down

0 comments on commit b6658eb

Please sign in to comment.