engine: fix -Wmissing-prototypes

This commit is contained in:
Alibek Omarov
2024-01-27 19:48:17 +03:00
parent b077822f4d
commit 75d476f9df
57 changed files with 404 additions and 398 deletions

View File

@@ -188,7 +188,7 @@ int MSG_SeekToBit( sizebuf_t *sb, int bitPos, int whence )
return 0;
}
void MSG_SeekToByte( sizebuf_t *sb, int bytePos )
static void MSG_SeekToByte( sizebuf_t *sb, int bytePos )
{
sb->iCurBit = bytePos << 3;
}