Difference for main/game.h from version 1.5 to 1.6


version 1.5 version 1.6
Line 19
 
Line 19
  * Constants & prototypes which pertain to the game only   * Constants & prototypes which pertain to the game only
  *    *
  * $Log$   * $Log$
    * Revision 1.6  2003/06/27 08:17:35  donut
    * hack from sekmu to fix crash on exit from netgames in windows port
    *
  * Revision 1.5  2000/11/13 04:33:37  donut   * Revision 1.5  2000/11/13 04:33:37  donut
  * add extern Rear_view_leave_time   * add extern Rear_view_leave_time
  *   *
Line 446
 
Line 449
 extern int Allow_secondary_cycle;  extern int Allow_secondary_cycle;
   
 void vr_reset_display();  void vr_reset_display();
   
   extern int gameover;  // use instead of long jumps.
 #endif  #endif
   

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6