mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
engine: inline version of MSG_BigShort
This commit is contained in:
@@ -89,11 +89,6 @@ const char *svc_strings[svc_lastmsg+1] =
|
||||
"svc_exec",
|
||||
};
|
||||
|
||||
unsigned short MSG_BigShort( unsigned short swap )
|
||||
{
|
||||
return (swap >> 8)|(swap << 8);
|
||||
}
|
||||
|
||||
void MSG_InitMasks( void )
|
||||
{
|
||||
uint startbit, endbit;
|
||||
|
||||
Reference in New Issue
Block a user