mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
GENERAL_SAVE_INFO members to SoldierID
This commit is contained in:
@@ -3601,7 +3601,7 @@ static int l_gubBoxerID(lua_State *L)
|
||||
if ( n >= 2 )
|
||||
{
|
||||
UINT8 val = lua_tointeger( L, 1 );
|
||||
UINT8 val2 = lua_tointeger( L, 2 );
|
||||
UINT16 val2 = lua_tointeger( L, 2 );
|
||||
|
||||
if (val <= 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user