]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Fix HUD timer and infomessage support for g_warmup_limit -1 && (g_warmup -1 || g_warm...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 4e05e681db3d48d8c37276dfe4339e4e895fcd9e..a5cc47e0a142a4f882f0270f6a61df80797bbdc2 100644 (file)
@@ -1404,7 +1404,7 @@ string GetVersionMessage(string hostversion, bool version_mismatch, bool version
 
 bool net_handle_ServerWelcome()
 {
-       bool campaign = ReadByte();
+       campaign = ReadByte();
        if (campaign)
        {
                string campaign_title = ReadString();