Difference for main/altsound.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 134
 
Line 134
    if(ferror(snd_file))     if(ferror(snd_file))
     {      {
       altsound_list[soundnum].soundnum = -1;        altsound_list[soundnum].soundnum = -1;
       return NULL;        return 0;
     }      }
   
   return 0;    return 0;

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3