Typedef getloc_flags_t for struct unpacked_coord.getloc_flags and related.

This commit is contained in:
nhkeni
2022-03-17 17:17:13 -04:00
parent fc5e991b06
commit e2d5013e01
2 changed files with 8 additions and 7 deletions

View File

@@ -97,9 +97,10 @@ struct sp_coder {
*/
#define packed_coord long
typedef uint32_t getloc_flags_t;
typedef struct {
xchar is_random;
long getloc_flags;
getloc_flags_t getloc_flags;
int x, y;
} unpacked_coord;