| version 1.9 | | version 1.10 |
|---|
| | |
| * main() for Inferno | | * main() for Inferno |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.10 1999/09/21 00:12:14 sekmu |
| | | * remove -cockpit 4 option |
| | | * |
| * Revision 1.9 1999/09/18 07:56:03 donut | | * Revision 1.9 1999/09/18 07:56:03 donut |
| * changed call to texmerge_init so it'll cache as much as possible (great boost on OGL, since uploading textures to the card is slow) | | * changed call to texmerge_init so it'll cache as much as possible (great boost on OGL, since uploading textures to the card is slow) |
| * | | * |
| | |
| //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 || t==4) | | if(t==0 || t==2 || t==3) |
| Cockpit_mode = t; | | Cockpit_mode = t; |
| } | | } |
| //end this section - Victor Rachels | | //end this section - Victor Rachels |