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


version 1.1 version 1.2
Line 17
 
Line 17
  * $Date$   * $Date$
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:13:22  donut   * Revision 1.2  2003/03/09 06:41:01  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:13:22  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.0  1995/02/27  11:31:36  john   * Revision 2.0  1995/02/27  11:31:36  john
  * New version 2.0, which has no anonymous unions, builds with   * New version 2.0, which has no anonymous unions, builds with
Line 177
 
Line 180
  ubyte type;   // What kind of special wall.   ubyte type;   // What kind of special wall.
  ubyte flags; // Flags for the wall.    ubyte flags; // Flags for the wall.
  ubyte state; // Opening, closing, etc.   ubyte state; // Opening, closing, etc.
  byte trigger; // Which trigger is associated with the wall.   sbyte trigger; // Which trigger is associated with the wall.
  byte clip_num; // Which animation associated with the wall.    sbyte clip_num; // Which animation associated with the wall.
  ubyte keys; // which keys are required   ubyte keys; // which keys are required
  short pad; // keep longword aligned   short pad; // keep longword aligned
  } __pack__ wall;   } __pack__ wall;

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