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:
Joseph Carter 2001-02-28 08:53:17 +00:00
parent 25f8a50ef4
commit 0aa6110272

View file

@ -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