Diff for /np2/win9x/dclock.cpp between versions 1.1.1.1 and 1.2

version 1.1.1.1, 2003/10/16 17:58:52 version 1.2, 2003/10/18 10:00:29
Line 302  void dclock_init16(void) { Line 302  void dclock_init16(void) {
   
         for (i=0; i<4; i++) {          for (i=0; i<4; i++) {
                 outcolors16[i] = scrnmng_makepal16(dclock_pal[i]);                  outcolors16[i] = scrnmng_makepal16(dclock_pal[i]);
                   TRACEOUT(("%.4x", outcolors16[i]));
         }          }
 }  }
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.2


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