mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
An evil (but temporary) hack. NQ has no concept of ca_active. This
should change to fix a few outstanding NQ bugs at some point, but in the meantime it has been defined to be the same as ca_connected. Yeah, that's damned evil. It's been clearly marked and WILL go away when not needed.
This commit is contained in:
parent
25f8a50ef4
commit
0aa6110272
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ ca_disconnected, // full screen console with no connection
|
|||
ca_connected // valid netcon, talking to a server
|
||||
} cactive_t;
|
||||
|
||||
// FIXME: A grotesque (temporary) hack. They're not the same thing to QW.
|
||||
#define ca_active ca_connected
|
||||
|
||||
|
||||
//
|
||||
// the client_static_t structure is persistant through an arbitrary number
|
||||
// of server connections
|
||||
|
|
Loading…
Reference in a new issue