Fixed bug in bugfix ;) Non-debug mode would still crash.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5910 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
01a3da7920
commit
707c440548
@ -24,8 +24,8 @@ void WorldWithRank::init()
|
||||
{
|
||||
World::init();
|
||||
|
||||
#ifdef DEBUG
|
||||
m_position_index.resize(m_karts.size());
|
||||
#ifdef DEBUG
|
||||
m_position_used.resize(m_karts.size());
|
||||
m_position_setting_initialised = false;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user