home *** CD-ROM | disk | FTP | other *** search
- /* Binding for the wind_new() command documented in the */
- /* Rainbow TOS Release Notes */
-
- extern int control[];
- extern char ctrl_cnts[115][3];
-
- #define WIND_NEW 109
-
- wind_new()
- {
- register char *c;
- c = &(ctrl_cnts[WIND_NEW-10][0]);
- c[0] = c[1] = c[2] = c[3] = 0;
- crys_if(WIND_NEW);
- }
-