mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-01-31 05:04:10 +00:00
progs: add missing byte to svc_fitz_spawnstatic2
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
9929bc34c2
commit
57761da674
@ -1783,10 +1783,12 @@ PF_makestatic(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
if (bits)
|
||||
if (bits) {
|
||||
MSG_WriteByte(&sv.signon, svc_fitz_spawnstatic2);
|
||||
else
|
||||
MSG_WriteByte(&sv.signon, bits);
|
||||
} else {
|
||||
MSG_WriteByte(&sv.signon, svc_spawnstatic);
|
||||
}
|
||||
SV_WriteModelIndex(&sv.signon, SV_ModelIndex(PR_GetString(ent->v.model)), bits);
|
||||
#endif
|
||||
#ifdef QW_HACK
|
||||
|
Loading…
x
Reference in New Issue
Block a user