Diff for /np2/x11/main.c between versions 1.25 and 1.27

version 1.25, 2007/01/12 16:41:25 version 1.27, 2007/01/23 15:48:20
Line 280  main(int argc, char *argv[]) Line 280  main(int argc, char *argv[])
         if (soundmng_initialize() == SUCCESS) {          if (soundmng_initialize() == SUCCESS) {
                 result = soundmng_pcmload(SOUND_PCMSEEK, file_getcd("fddseek.wav"));                  result = soundmng_pcmload(SOUND_PCMSEEK, file_getcd("fddseek.wav"));
                 if (!result) {                  if (!result) {
                         result = soundmng_pcmload(SOUND_PCMSEEK, SYSRESPATH "/wav/fddseek.wav");                          result = soundmng_pcmload(SOUND_PCMSEEK, SYSRESPATH "/fddseek.wav");
                 }                  }
                 if (result) {                  if (result) {
                         soundmng_pcmvolume(SOUND_PCMSEEK, np2cfg.MOTORVOL);                          soundmng_pcmvolume(SOUND_PCMSEEK, np2cfg.MOTORVOL);
Line 288  main(int argc, char *argv[]) Line 288  main(int argc, char *argv[])
   
                 result = soundmng_pcmload(SOUND_PCMSEEK1, file_getcd("fddseek1.wav"));                  result = soundmng_pcmload(SOUND_PCMSEEK1, file_getcd("fddseek1.wav"));
                 if (!result) {                  if (!result) {
                         result = soundmng_pcmload(SOUND_PCMSEEK1, SYSRESPATH "/wav/fddseek1.wav");                          result = soundmng_pcmload(SOUND_PCMSEEK1, SYSRESPATH "/fddseek1.wav");
                 }                  }
                 if (result) {                  if (result) {
                         soundmng_pcmvolume(SOUND_PCMSEEK1, np2cfg.MOTORVOL);                          soundmng_pcmvolume(SOUND_PCMSEEK1, np2cfg.MOTORVOL);

Removed from v.1.25  
changed lines
  Added in v.1.27


RetroPC.NET-CVS <cvs@retropc.net>