Remove obsolete powerup loading

Powerup data is loaded before each race when the number of karts (and type of race) is known.
This commit is contained in:
Alayan-stk-2
2018-04-26 12:45:49 +02:00
committed by GitHub
parent af106fcd7d
commit 33c60ddc1c

View File

@@ -942,7 +942,6 @@ void IrrDriver::applyResolutionSettings()
material_manager->addSharedMaterial(materials_file);
}
powerup_manager->loadAllPowerups ();
ItemManager::loadDefaultItemMeshes();
projectile_manager->loadData();
Referee::init();