mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Convert functions and globals to SoldierID
This commit is contained in:
@@ -7400,7 +7400,7 @@ static int l_SetOffBombsByFrequency (lua_State *L)
|
||||
if ( lua_gettop(L) >= 2 )
|
||||
{
|
||||
INT8 ACTION = lua_tointeger(L,1);
|
||||
UINT8 ID = lua_tointeger(L,2);
|
||||
SoldierID ID = lua_tointeger(L,2);
|
||||
|
||||
|
||||
if (ACTION >= 1 || ACTION <=4)
|
||||
|
||||
Reference in New Issue
Block a user