engine: inline version of MSG_BigShort

This commit is contained in:
Alibek Omarov
2023-01-18 19:29:01 +03:00
parent dd1d86c289
commit aaeb18f433
2 changed files with 9 additions and 6 deletions

View File

@@ -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;