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_v1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/player_v1.cpp') diff --git a/engines/scumm/player_v1.cpp b/engines/scumm/player_v1.cpp index c2b82581b3..2d43eb378b 100644 --- a/engines/scumm/player_v1.cpp +++ b/engines/scumm/player_v1.cpp @@ -125,7 +125,7 @@ void Player_V1::clear_channel(int i) { _channels[i].volume = 15; } -int Player_V1::getMusicTimer() const { +int Player_V1::getMusicTimer() { /* Do V1 games have a music timer? */ return 0; } -- cgit v1.2.3