From 0aa6110272e33b84c2e9ae5b68eb6a1be6ff9d5d Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Wed, 28 Feb 2001 08:53:17 +0000 Subject: [PATCH] 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. --- nq/include/client.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nq/include/client.h b/nq/include/client.h index 7ce1302bc..83fd68075 100644 --- a/nq/include/client.h +++ b/nq/include/client.h @@ -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