mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
engine: client: keys: refactoring, remove NULL sentinels, make keys structs and few more functions private to keys.c file
This commit is contained in:
@@ -612,7 +612,7 @@ COM_Nibble
|
||||
Returns the 4 bit nibble for a hex character
|
||||
==================
|
||||
*/
|
||||
static byte COM_Nibble( char c )
|
||||
byte COM_Nibble( char c )
|
||||
{
|
||||
if(( c >= '0' ) && ( c <= '9' ))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user