Skip to content

Commit e6f71bf

Browse files
committed
Compile fix
1 parent daecf7e commit e6f71bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientPed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ class CClientPed : public CClientStreamElement, public CAntiCheatModule
302302
bool IsChoking ( void );
303303

304304
void SetWearingGoggles ( bool bWearing );
305-
inline bool IsWearingGoggles ( bool bCheckMoving = false );
305+
bool IsWearingGoggles ( bool bCheckMoving = false );
306306
bool IsMovingGoggles ( bool & bPuttingOn );
307307

308308
void WorldIgnore ( bool bIgnore );

0 commit comments

Comments
 (0)