From 07f7761479eba5defdcfe0bd300bc438d9245551 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 22 Oct 2006 15:42:29 +0000 Subject: Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility svn-id: r24443 --- sound/mods/protracker.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sound/mods') diff --git a/sound/mods/protracker.cpp b/sound/mods/protracker.cpp index 591c0276ac..74733d5c15 100644 --- a/sound/mods/protracker.cpp +++ b/sound/mods/protracker.cpp @@ -42,7 +42,8 @@ void ProtrackerPlayer::init(OSystem *system) { // subclass and hook that with the mixer. See also the // code used by other softsynths (sound/softsynth/emumidi.h). - _system->setSoundCallback(&audioCallback, this); +// _system->setSoundCallback(&audioCallback, this); +error("ProtrackerPlayer::init -- setSoundCallback is no more"); } void ProtrackerPlayer::start() { -- cgit v1.2.3