| version 1.1 | | version 1.2 |
|---|
| | |
| * Functions for refueling centers. | | * Functions for refueling centers. |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:06:28 donut | | * Revision 1.2 2003/03/09 06:34:09 donut |
| * Initial revision | | * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:06:28 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 2.3 1995/03/21 14:38:40 john | | * Revision 2.3 1995/03/21 14:38:40 john |
| * Ifdef'd out the NETWORK code. | | * Ifdef'd out the NETWORK code. |
| | |
| if (RobotCenters[matcen_num].robot_flags != 0) { | | if (RobotCenters[matcen_num].robot_flags != 0) { |
| int type; | | int type; |
| uint flags; | | uint flags; |
| byte legal_types[32]; // 32 bits in a word, the width of robot_flags. | | sbyte legal_types[32]; // 32 bits in a word, the width of robot_flags. |
| int num_types, robot_index; | | int num_types, robot_index; |
| | | |
| robot_index = 0; | | robot_index = 0; |