diff options
Diffstat (limited to 'src/client/client.h')
-rw-r--r-- | src/client/client.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/client.h b/src/client/client.h index 37e36a91..bd50fbb6 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -279,6 +279,7 @@ extern clientConnection_t clc; the clientStatic_t structure is never wiped, and is used even when no client connection is active at all +(except when CL_Shutdown is called) ================================================================== */ @@ -340,9 +341,6 @@ typedef struct { serverInfo_t favoriteServers[MAX_OTHER_SERVERS]; int pingUpdateSource; // source currently pinging or updating - - char oldGame[MAX_QPATH]; - qboolean oldGameSet; // update server info netadr_t updateServer; @@ -360,6 +358,9 @@ typedef struct { extern clientStatic_t cls; +extern char cl_oldGame[MAX_QPATH]; +extern qboolean cl_oldGameSet; + //============================================================================= extern vm_t *cgvm; // interface to cgame dll or vm |