Skip to content

Commit

Permalink
xrGame: fix undefined reference to gamespy_profile::stats_submitter...
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent efc4558 commit 4923295
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/xrGame/atlas_submit_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ void atlas_submit_queue::do_atlas_reward(
VERIFY(!m_atlas_in_process);

m_atlas_in_process = true;

#ifdef WINDOWS
m_stats_submitter->reward_with_award(award_id, count, profile, m_atlas_submitted);
#endif
}

void atlas_submit_queue::do_atlas_best_results(
Expand All @@ -131,8 +132,9 @@ void atlas_submit_queue::do_atlas_best_results(
VERIFY(!m_atlas_in_process);

m_atlas_in_process = true;

#ifdef WINDOWS
m_stats_submitter->set_best_scores(br_ptr, profile, m_atlas_submitted);
#endif
}

void atlas_submit_queue::do_atlas_submit_all(gamespy_gp::profile const* profile)
Expand Down

0 comments on commit 4923295

Please sign in to comment.