From c52f14e27fd8cb9ce03c403f529527ccf40b0120 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sat, 11 Jan 2003 01:11:37 +0000 Subject: [PATCH] foo --- main/object.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/object.h b/main/object.h index 38ac4628..83356eac 100644 --- a/main/object.h +++ b/main/object.h @@ -1,4 +1,4 @@ -/* $Id: object.h,v 1.3 2003-01-02 23:13:21 btb Exp $ */ +/* $Id: object.h,v 1.4 2003-01-11 01:11:37 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -207,7 +207,7 @@ typedef struct object { ubyte id; // which form of object...which powerup, robot, etc. #ifdef WORDS_NEED_ALIGNMENT short pad; -#endif; +#endif short next,prev; // id of next and previous connected object in Objects, -1 = no connection ubyte control_type; // how this object is controlled ubyte movement_type; // how this object moves @@ -252,7 +252,7 @@ typedef struct object { #ifdef WORDS_NEED_ALIGNMENT short pad2; -#endif; +#endif } __pack__ object; typedef struct obj_position { -- 2.39.2