Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
This changed the struct field ordering and broke the tables in
swgames.c
  • Loading branch information
fragglet committed Feb 23, 2024
1 parent 05c401e commit 2bbb03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sw.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ typedef struct {
obtype_t type;
int x;
int orient;
int transform; /* Rotation/mirroring */
int territory_l, territory_r; /* Computer plane territory */
ob_owner_t owner;
int transform; /* Rotation/mirroring */
} original_ob_t;

typedef struct obj { /* Object list */
Expand Down

0 comments on commit 2bbb03c

Please sign in to comment.