1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Include default value for default constructor.

This commit is contained in:
Sandu Liviu Catalin 2020-05-04 11:59:40 +03:00
parent 4c1030c76e
commit e2bc14cd9e

View File

@ -422,7 +422,7 @@ protected:
// ----------------------------------------------------------------------------------------
AreaList mAreas{}; // Areas the player is currently in.
Float64 mDistance; // Distance traveled while tracking was enabled.
Float64 mDistance{0}; // Distance traveled while tracking was enabled.
// ----------------------------------------------------------------------------------------
SQInteger mTrackPosition{0}; // The number of times to track position changes.
@ -583,7 +583,7 @@ protected:
// ----------------------------------------------------------------------------------------
AreaList mAreas{}; // Areas the vehicle is currently in.
Float64 mDistance; // Distance traveled while tracking was enabled.
Float64 mDistance{0}; // Distance traveled while tracking was enabled.
// ----------------------------------------------------------------------------------------
SQInteger mTrackPosition{0}; // The number of times to track position changes.