mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Include default value for default constructor.
This commit is contained in:
parent
4c1030c76e
commit
e2bc14cd9e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user