X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=sv_ents_nq.c;h=8db8a62398756a0737f60261205e277d864affe8;hb=1a711173535d4b5f4364b66177745aab165330d8;hp=7479280fb8cbc9fa94d2a04f03815f433485983a;hpb=b29ff168e6ffc94dab3b8d4933047e7e0223f28b;p=xonotic%2Fdarkplaces.git diff --git a/sv_ents_nq.c b/sv_ents_nq.c index 7479280f..8db8a623 100644 --- a/sv_ents_nq.c +++ b/sv_ents_nq.c @@ -1,7 +1,7 @@ #include "quakedef.h" #include "protocol.h" -qboolean EntityFrameQuake_WriteFrame(sizebuf_t *msg, int maxsize, int numstates, const entity_state_t **states) +qbool EntityFrameQuake_WriteFrame(sizebuf_t *msg, int maxsize, int numstates, const entity_state_t **states) { prvm_prog_t *prog = SVVM_prog; const entity_state_t *s; @@ -9,7 +9,7 @@ qboolean EntityFrameQuake_WriteFrame(sizebuf_t *msg, int maxsize, int numstates, int i, bits; sizebuf_t buf; unsigned char data[128]; - qboolean success = false; + qbool success = false; // prepare the buffer memset(&buf, 0, sizeof(buf));