From 8783b0f2f7dbfb44c977812244a4ab4cde47a796 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 26 Nov 2009 00:31:19 +0000 Subject: Add patch #2839048 - MM C64 sound/music player, with minor changes. svn-id: r46143 --- engines/scumm/player_v4a.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/player_v4a.cpp') diff --git a/engines/scumm/player_v4a.cpp b/engines/scumm/player_v4a.cpp index f441b3b364..7ee4ed980a 100644 --- a/engines/scumm/player_v4a.cpp +++ b/engines/scumm/player_v4a.cpp @@ -171,7 +171,7 @@ void Player_V4A::startSound(int nr) { } } -int Player_V4A::getMusicTimer() const { +int Player_V4A::getMusicTimer() { // A workaround if the modplayer couldnt load the datafiles - just return a number big enough to pass all tests if (_initState < 0) return 2000; -- cgit v1.2.3