Mercurial > SDL_sound_CoreAudio
comparison decoders/mikmod.c @ 351:069ce624d6cf
FIXME cleanup.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 06 Jun 2002 19:12:13 +0000 |
parents | 498240aa76f1 |
children | 6095d0a52a20 |
comparison
equal
deleted
inserted
replaced
350:cafdbcae733d | 351:069ce624d6cf |
---|---|
309 */ | 309 */ |
310 Player_Start(module); | 310 Player_Start(module); |
311 Player_SetPosition(ms); | 311 Player_SetPosition(ms); |
312 return(1); | 312 return(1); |
313 #else | 313 #else |
314 BAIL_MACRO("!!! FIXME: Not implemented", 0); | 314 BAIL_MACRO("MIKMOD: Seeking not implemented", 0); |
315 #endif | 315 #endif |
316 } /* MIKMOD_seek */ | 316 } /* MIKMOD_seek */ |
317 | 317 |
318 #endif /* SOUND_SUPPORTS_MIKMOD */ | 318 #endif /* SOUND_SUPPORTS_MIKMOD */ |
319 | 319 |