This commit is contained in:
samuncle 2017-01-22 22:10:12 -05:00
commit 74cc87cd65

View File

@ -111,6 +111,7 @@ KartGFX::KartGFX(const AbstractKart *kart, RaceManager::KartType type, bool is_d
m_nitro_light->grab();
m_skidding_light_1->grab();
m_skidding_light_2->grab();
m_head_light->grab();
}
#endif