Remove soccer team color handling in kart model
Let hope in the future someone is smart enough to implement that...
This commit is contained in:
@@ -398,8 +398,9 @@ AbstractKart *SoccerWorld::createKart(const std::string &kart_ident, int index,
|
||||
m_kart_position_map[index] = (unsigned)(pos_index - 1);
|
||||
|
||||
AbstractKart *new_kart = new Kart(kart_ident, index, position, init_pos,
|
||||
difficulty, team == SOCCER_TEAM_BLUE ?
|
||||
video::ERT_BLUE : video::ERT_RED);
|
||||
difficulty);
|
||||
//difficulty, team == SOCCER_TEAM_BLUE ?
|
||||
//video::ERT_BLUE : video::ERT_RED);
|
||||
new_kart->init(race_manager->getKartType(index));
|
||||
Controller *controller = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user