Fixed warning
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6639 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
ca8e585e00
commit
196cb0aabe
@ -58,7 +58,7 @@ CheckStructure::CheckStructure(CheckManager *check_manager,
|
|||||||
// the same_group list. While this should be guaranteed by the
|
// the same_group list. While this should be guaranteed by the
|
||||||
// current track exporter, tracks exported with the old track
|
// current track exporter, tracks exported with the old track
|
||||||
// exporter will not have this.
|
// exporter will not have this.
|
||||||
if(std::find(m_same_group.begin(), m_same_group.end(), m_index)
|
if(std::find(m_same_group.begin(), m_same_group.end(), (int)m_index)
|
||||||
== m_same_group.end())
|
== m_same_group.end())
|
||||||
m_same_group.push_back(m_index);
|
m_same_group.push_back(m_index);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user