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


version 1.1 version 1.2
Line 19
 
Line 19
  * Routines for paging in/out textures.   * Routines for paging in/out textures.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:10:43  donut   * Revision 1.2  2003/03/09 06:41:01  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:10:43  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.5  1995/10/07  13:18:21  john   * Revision 2.5  1995/10/07  13:18:21  john
  * Added PSX debugging stuff that builds .PAG files.   * Added PSX debugging stuff that builds .PAG files.
Line 238
 
Line 241
   
   
   
 byte super_boss_gate_type_list[13] = {0, 1, 8, 9, 10, 11, 12, 15, 16, 18, 19, 20, 22 };  sbyte super_boss_gate_type_list[13] = {0, 1, 8, 9, 10, 11, 12, 15, 16, 18, 19, 20, 22 };
   
 void paging_touch_robot( int robot_index )  void paging_touch_robot( int robot_index )
 {  {

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