]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qc
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qc
index b25449b91c725e1e9e110f5e6aef31e832ed1b13..a0b3fec6eee05328edec934346d6a961516f76be 100644 (file)
@@ -28,7 +28,7 @@
 //  Nagger for players to know status of voting
 float Nagger_SendEntity(entity to, float sendflags)
 {
-       float nags, i, f, b;
+       int nags, i, f, b;
        entity e;
        WriteByte(MSG_ENTITY, ENT_CLIENT_NAGGER);