]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/Main.qc
Show minus health for prey on the stomach board
[voretournament/voretournament.git] / data / qcsrc / client / Main.qc
index d9449353761b1a90205c748fcb0e4ec61cf1f0c3..1fe179af70338ab9c2f557a5433437d50cc0ac4f 100644 (file)
@@ -1250,7 +1250,7 @@ void Net_ReadOtherPLReport()
 {\r
        float e, ph, pn;\r
        e = ReadByte();\r
-       ph = ReadByte();\r
+       ph = ReadShort(); // not WriteByte because we show minus health too\r
        pn = ReadByte();\r
        if not(playerslots[e])\r
                return;\r