]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Allow assault to override sv_ready_restart_after_countdown setting, like for g_warmup...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 988cdf35e07294a78239bf81188660a1244c8ef0..609e03775ece1454ceaab0db07e21c7d50ad47f9 100644 (file)
@@ -605,7 +605,8 @@ NET_HANDLE(ENT_CLIENT_NAGGER, bool isnew)
 NET_HANDLE(ENT_CLIENT_ELIMINATEDPLAYERS, bool isnew)
 {
        make_pure(this);
-       int sf; serialize(byte, 0, sf);
+       int sf = 0;
+       serialize(byte, 0, sf);
        if (sf & 1) {
                for (int j = 0; j < maxclients; ++j) {
                        if (playerslots[j]) {