Mercurial > SDL_sound_CoreAudio
diff decoders/mikmod.c @ 305:c345a40a8a99
VERY preliminary work on Sound_Seek() API.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 21 Apr 2002 17:48:11 +0000 |
parents | d3dc34315ac7 |
children | c97be6e1bd27 |
line wrap: on
line diff
--- a/decoders/mikmod.c Sun Apr 21 17:47:52 2002 +0000 +++ b/decoders/mikmod.c Sun Apr 21 17:48:11 2002 +0000 @@ -249,8 +249,7 @@ Player_Start(module); Player_SetPosition(0); - /* !!! FIXME: A little late to be giving this information... */ - sample->flags = SOUND_SAMPLEFLAG_NEEDSEEK; + sample->flags = SOUND_SAMPLEFLAG_CANSEEK; SNDDBG(("MIKMOD: Name: %s\n", module->songname)); SNDDBG(("MIKMOD: Type: %s\n", module->modtype));