1 --- xtron.h.orig 1995-04-16 12:48:20 UTC 2 +++ xtron.h 3 @@ -40,11 +40,11 @@ struct Player { 4 int alive; 5 enum directions plr_dir; 6 enum play_types plr_type; 7 -} p[2]; 8 +}; 9 10 struct Board { 11 short int contents[200][200]; 12 -} b; 13 +}; 14 15 void plr_setup(void); 16 int plr_checkmove(int p_num, int new_val, int axis_type, enum directions dir); 17