| version 1.1 | | version 1.2 |
|---|
| | |
| * Definitions for fueling centers. | | * Definitions for fueling centers. |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:12:18 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:12:18 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 2.0 1995/02/27 11:28:43 john | | * Revision 2.0 1995/02/27 11:28:43 john |
| * New version 2.0, which has no anonymous unions, builds with | | * New version 2.0, which has no anonymous unions, builds with |
| | |
| typedef struct FuelCenter { | | typedef struct FuelCenter { |
| int Type; | | int Type; |
| int segnum; | | int segnum; |
| byte Flag; | | sbyte Flag; |
| byte Enabled; | | sbyte Enabled; |
| byte Lives; // Number of times this can be enabled. | | sbyte Lives; // Number of times this can be enabled. |
| byte dum1; | | sbyte dum1; |
| fix Capacity; | | fix Capacity; |
| fix MaxCapacity; | | fix MaxCapacity; |
| fix Timer; | | fix Timer; |