Now stopping music when loading a game in Amiga versions of Nippon Safes.
svn-id: r29242
This commit is contained in:
parent
aa01449f29
commit
14160083e8
2 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include "gui/message.h"
|
||||
|
||||
#include "parallaction/parallaction.h"
|
||||
#include "parallaction/sound.h"
|
||||
|
||||
|
||||
/* Nippon Safes savefiles are called 'game.0' to 'game.9'. The game conventiently allows users to
|
||||
|
@ -79,6 +80,8 @@ public:
|
|||
|
||||
void Parallaction_ns::doLoadGame(uint16 slot) {
|
||||
|
||||
_soundMan->stopMusic();
|
||||
|
||||
_introSarcData3 = 200;
|
||||
_introSarcData2 = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue