]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qc
Port some minor code fixes from the default-erasable branch
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qc
index b5bf64a781c517db36bc15c2b8abeed5e868d5ce..bb4ae216a5a5d6db8a582404ec1a7779a4b39823 100644 (file)
@@ -565,7 +565,7 @@ REGISTER_NET_TEMP(wframe)
 #ifdef CSQC
 NET_HANDLE(wframe, bool isNew)
 {
-       int fr = ReadByte();
+       WFRAME fr = ReadByte();
        float t = ReadFloat();
     int slot = ReadByte();
        bool restartanim = ReadByte();