Difference for main/fuelcen.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * 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
Line 205
 
Line 208
 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;

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2