mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Private member prefixes for proximities and goal lists
This commit is contained in:
@@ -29,8 +29,8 @@ public:
|
||||
std::vector<int> GetListContents(int list_index);
|
||||
|
||||
private:
|
||||
std::vector<TaskGoalList_Struct> task_goal_lists;
|
||||
int goal_lists_count;
|
||||
std::vector<TaskGoalList_Struct> m_task_goal_lists;
|
||||
int m_goal_lists_count;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user