| version 1.5 | | version 1.6 |
|---|
| | |
| * 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 |
| * | | * |
| | |
| 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 |
| | | |