mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-11 09:58:05 +00:00
Initialize m_ActivityInfo with default constructor (#1889)
This commit is contained in:
@@ -353,7 +353,7 @@ private:
|
|||||||
/**
|
/**
|
||||||
* The database information for this activity
|
* The database information for this activity
|
||||||
*/
|
*/
|
||||||
CDActivities m_ActivityInfo;
|
CDActivities m_ActivityInfo{};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All the active instances of this activity
|
* All the active instances of this activity
|
||||||
|
Reference in New Issue
Block a user