mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-10 17:38:08 +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
|
||||
*/
|
||||
CDActivities m_ActivityInfo;
|
||||
CDActivities m_ActivityInfo{};
|
||||
|
||||
/**
|
||||
* All the active instances of this activity
|
||||
|
Reference in New Issue
Block a user