Difference for main/mglobal.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Global variables for main directory   * Global variables for main directory
  *   *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:08:41  donut   * Revision 1.2  2003/03/09 06:34:10  donut
  * Initial revision   * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned
    *
    * Revision 1.1.1.1  1999/06/14 22:08:41  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.2  1995/03/14  18:24:37  john   * Revision 2.2  1995/03/14  18:24:37  john
  * Force Destination Saturn to use CD-ROM drive.   * Force Destination Saturn to use CD-ROM drive.
Line 220
 
Line 223
 #define encrypt(a,b,c,d) { a,b,c,d }  #define encrypt(a,b,c,d) { a,b,c,d }
 #endif  #endif
   
 byte Side_to_verts[MAX_SIDES_PER_SEGMENT][4] = {  sbyte Side_to_verts[MAX_SIDES_PER_SEGMENT][4] = {
  encrypt(7,6,2,3), // left   encrypt(7,6,2,3), // left
  encrypt(0,4,7,3), // top   encrypt(0,4,7,3), // top
  encrypt(0,1,5,4), // right   encrypt(0,1,5,4), // right

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