mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 17:41:10 +00:00
- merge the svc_strings arrays for cl_parse.c and net_packetlog.c into
net_svc.c, and add add a NET_SVC_GetString function to access it. As an added bonus, it actually boundschecks it! - preexpand that annoying SHOWNET macro, which was only used twice, and was quite small and pointless - whitespace cleanup and a comment typo fix
This commit is contained in:
parent
008b59b777
commit
d693bc27ff
5 changed files with 85 additions and 164 deletions
|
@ -224,7 +224,7 @@
|
|||
U_GLOWSIZE | U_GLOWCOLOR | U_COLORMOD | \
|
||||
U_EXTEND2)
|
||||
#define U_GROUP_EXTEND2 (U_GLOWTRAIL | U_VIEWMODEL | U_FRAME2)
|
||||
// I skip the UNISED and EXTEND3 bits because although they exist in
|
||||
// I skip the UNUSED and EXTEND3 bits because although they exist in
|
||||
// QSG2, they're not usable
|
||||
|
||||
#define U_VERSION_ID ((U_GROUP_ORIG | U_GROUP_MOREBITS) & ~U_EXTEND1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue