]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a misnamed parameter
authorMario <mario.mario@y7mail.com>
Fri, 1 Jul 2022 15:55:25 +0000 (01:55 +1000)
committerMario <mario.mario@y7mail.com>
Fri, 1 Jul 2022 15:55:25 +0000 (01:55 +1000)
qcsrc/lib/net.qh

index a45f62a1bc67c049da39c4fb5865c01c7d16d770..842af0a2be6fd2e6dd55c4030a7802826d4f9877 100644 (file)
@@ -112,7 +112,7 @@ STATIC_INIT(C2S_Protocol_renumber) { FOREACH(C2S_Protocol, true, it.m_id = i); }
        const int MSG_ENTITY = 5;
 
        .int SendFlags;
-       .bool(entity this, int sendflags) SendEntity;
+       .bool(entity to, int sendflags) SendEntity;
 
        IntrusiveList g_uncustomizables;
        STATIC_INIT(g_uncustomizables) { g_uncustomizables = IL_NEW(); }