From 4cc9d17c345883d4a764dd182d5a76167040c888 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 11 Sep 2007 09:20:39 +0000 Subject: Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME comments; and some other related cleanup svn-id: r28890 --- engines/agi/sound.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/agi/sound.cpp') diff --git a/engines/agi/sound.cpp b/engines/agi/sound.cpp index 64b04784d8..99d29bcc6b 100644 --- a/engines/agi/sound.cpp +++ b/engines/agi/sound.cpp @@ -823,6 +823,8 @@ uint32 SoundMgr::mixSound(void) { p += (uint32) 118600 *4 / _chn[c].freq; + // FIXME: Fingolfin asks: why is there a FIXME here? Please either clarify what + // needs fixing, or remove it! /* FIXME */ if (_chn[c].flags & AGI_SOUND_LOOP) { p %= _chn[c].size << 8; -- cgit v1.2.3