]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix bug that caused early console messages to not be put in console
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Feb 2008 11:33:14 +0000 (11:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Feb 2008 11:33:14 +0000 (11:33 +0000)
history (because cls.state defaulted to ca_dedicated - now it defaults
to ca_uninitialized)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8071 d7cf8633-e32d-0410-b094-e92efae38249

client.h

index d886f8c85a50b2b082d1fa17a08466c278bdb261..fac7edfbed2c92ff638e5e17b5b1137dbb92f042 100644 (file)
--- a/client.h
+++ b/client.h
@@ -415,6 +415,7 @@ typedef struct cshift_s
 
 typedef enum cactive_e
 {
+       ca_uninitialized,       // during early startup
        ca_dedicated,           // a dedicated server with no ability to start a client
        ca_disconnected,        // full screen console with no connection
        ca_connected            // valid netcon, talking to a server