Difference for arch/sdl/digi.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 179
 
Line 179
 {  {
  Uint8 *streamend = stream + len;   Uint8 *streamend = stream + len;
  struct sound_slot *sl;   struct sound_slot *sl;
    if (!digi_initialised) return;
      
  for (sl = SoundSlots; sl < SoundSlots + MAX_SOUND_SLOTS; sl++)   for (sl = SoundSlots; sl < SoundSlots + MAX_SOUND_SLOTS; sl++)
  {   {

Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8