mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-24 10:07:17 +01:00
Include default value for default constructor.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user