Moved radarUnpacked_t from server.h to q_shared.h

This commit is contained in:
smallmodel 2023-08-15 22:20:25 +02:00
parent 456ed42e14
commit 06a7341eda
No known key found for this signature in database
GPG key ID: A96F163ED4891440
2 changed files with 20 additions and 8 deletions

View file

@ -90,13 +90,6 @@ typedef struct {
int gameClientSize; // will be > sizeof(playerState_t) due to game private data
} server_t;
typedef struct {
int clientNum;
float x;
float y;
float yaw;
} radarUnpacked_t;
typedef struct {
int areabytes;
byte areabits[MAX_MAP_AREA_BYTES]; // portalarea visibility bits