Skip to content

Commit

Permalink
Fix xrAI compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Dec 9, 2015
1 parent fa6ddaf commit 476f078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrAICore/Navigation/graph_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ class CGraphEngine

#ifndef AI_COMPILER
CSolverAlgorithm *m_solver_algorithm;
CStringAlgorithm *m_string_algorithm;
CStatTimer PathTimer;
CStringAlgorithm *m_string_algorithm;
#endif
CStatTimer PathTimer;

public:
inline CGraphEngine(u32 max_vertex_count);
Expand Down

0 comments on commit 476f078

Please sign in to comment.