| version 1.2 | | version 1.3 |
|---|
| | |
| * main() for Inferno | | * main() for Inferno |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.3 1999/07/10 03:00:38 donut |
| | | * allow -cockpit 4 |
| | | * |
| * Revision 1.2 1999/06/14 23:44:12 donut | | * Revision 1.2 1999/06/14 23:44:12 donut |
| * Orulz' svgalib/ggi/noerror patches. | | * Orulz' svgalib/ggi/noerror patches. |
| * | | * |
| | |
| //added 8/6/98 by Victor Rachels to have init cockpit | | //added 8/6/98 by Victor Rachels to have init cockpit |
| if ((t=FindArg("-cockpit"))){ | | if ((t=FindArg("-cockpit"))){ |
| t=atoi(Args[t+1]); | | t=atoi(Args[t+1]); |
| if(t==0 || t==2 || t==3) | | if(t==0 || t==2 || t==3 || t==4) |
| Cockpit_mode = t; | | Cockpit_mode = t; |
| } | | } |
| //end this section - Victor Rachels | | //end this section - Victor Rachels |