comparison decoders/mod.c @ 62:b13fafb976be

Changed _D macro to DBGSND.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 24 Sep 2001 15:31:25 +0000
parents 69d56e196de7
children 40006625142a
comparison
equal deleted inserted replaced
61:7d3a6ea7f1f0 62:b13fafb976be
235 Player_SetPosition(0); 235 Player_SetPosition(0);
236 236
237 /* !!! FIXME: A little late to be giving this information... */ 237 /* !!! FIXME: A little late to be giving this information... */
238 sample->flags = SOUND_SAMPLEFLAG_NEEDSEEK; 238 sample->flags = SOUND_SAMPLEFLAG_NEEDSEEK;
239 239
240 _D(("MOD: Accepting data stream\n")); 240 SNDDBG(("MOD: Accepting data stream\n"));
241 return(1); /* we'll handle this data. */ 241 return(1); /* we'll handle this data. */
242 } /* MOD_open */ 242 } /* MOD_open */
243 243
244 244
245 static void MOD_close(Sound_Sample *sample) 245 static void MOD_close(Sound_Sample *sample)