mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Moved radarUnpacked_t from server.h to q_shared.h
This commit is contained in:
parent
456ed42e14
commit
06a7341eda
2 changed files with 20 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue