Skip to content

Commit 55b2af1

Browse files
committed
declare type
1 parent 6bfe758 commit 55b2af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4345,7 +4345,7 @@ bool CLuaVehicleDefs::SpawnVehicleFlyingComponent(CClientVehicle* const vehicle,
43454345

43464346
bool CLuaVehicleDefs::SetSmokeTrailEnabled(CClientVehicle* vehicle, bool state) noexcept
43474347
{
4348-
auto model = vehicle->GetModel();
4348+
std::uint16_t model = vehicle->GetModel();
43494349
if (model != 512 && model != 513)
43504350
return false;
43514351

0 commit comments

Comments
 (0)