diff options
Diffstat (limited to 'engines/parallaction/sound_ns.cpp')
| -rw-r--r-- | engines/parallaction/sound_ns.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/parallaction/sound_ns.cpp b/engines/parallaction/sound_ns.cpp index 65ee75ed98..1fd627ce4b 100644 --- a/engines/parallaction/sound_ns.cpp +++ b/engines/parallaction/sound_ns.cpp @@ -319,7 +319,7 @@ void DosSoundMan_ns::playLocationMusic(const char *location) {  	}  	if (!scumm_stricmp(location, "night") || !scumm_stricmp(location, "intsushi")) { -		setMusicFile("nuts"); +		setMusicFile("soft");  		playMusic();  		debugC(2, kDebugExec, "changeLocation: started music 'soft'"); | 
