Convert functions and globals to SoldierID

This commit is contained in:
Asdow
2024-11-17 14:53:52 +02:00
parent f58cf588a6
commit 34f0b40f93
23 changed files with 240 additions and 249 deletions
+1 -1
View File
@@ -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)