Fix minor warning
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10789 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
613173ff3d
commit
737d931a76
@ -103,7 +103,7 @@ void KartGFX::addEffect(KartGFXType type, const std::string &file_name,
|
||||
kind = NULL;
|
||||
emitter = NULL;
|
||||
}
|
||||
assert(m_all_emitters.size()==type);
|
||||
assert((int)m_all_emitters.size()==type);
|
||||
m_all_emitters.push_back(emitter);
|
||||
if(type==KGFX_SKID1)
|
||||
m_skid_kind1 = kind;
|
||||
|
Loading…
Reference in New Issue
Block a user