Skip to content

Commit 0089c3b

Browse files
committed
Fixed getHeliBladeCollisionsEnabled incorrect arguments
1 parent f3bdd9c commit 0089c3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Client/mods/deathmatch/logic/luadefs/CLuaVehicleDefs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3482,11 +3482,9 @@ int CLuaVehicleDefs::GetHeliBladeCollisionsEnabled ( lua_State* luaVM )
34823482
{
34833483
// bool getHeliBladeCollisionsEnabled ( vehicle theVehicle )
34843484
CClientVehicle* pVehicle;
3485-
bool bEnabled = true;
34863485

34873486
CScriptArgReader argStream ( luaVM );
34883487
argStream.ReadUserData ( pVehicle );
3489-
argStream.ReadBool ( bEnabled );
34903488

34913489
if ( !argStream.HasErrors () )
34923490
{

0 commit comments

Comments
 (0)