Made 'notes.png' permanent (which is atm redundant since it's listed in
textures/materials.xml and therefore already is permanent - but just in case that we remove it some day). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8517 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
8475ac6d63
commit
68bb78ca36
@ -46,13 +46,15 @@ RaceGUIBase::RaceGUIBase()
|
||||
m_lightning = 0.0f;
|
||||
m_max_font_height = GUIEngine::getFontHeight() + 10;
|
||||
m_small_font_max_height = GUIEngine::getSmallFontHeight() + 5;
|
||||
m_music_icon = material_manager->getMaterial("notes.png");
|
||||
//I18N: as in "ready, set, go", shown at the beginning of the race
|
||||
m_string_ready = _("Ready!");
|
||||
m_string_set = _("Set!");
|
||||
m_string_go = _("Go!");
|
||||
// Make the two materials permanent (in case that they are not listed
|
||||
// in the textures/materials.xml file).
|
||||
m_music_icon = material_manager->getMaterial("notes.png",
|
||||
/*full path*/false,
|
||||
/*permanent*/true);
|
||||
m_plunger_face = material_manager->getMaterial("plungerface.png",
|
||||
/*full path*/false,
|
||||
/*permanent*/true);
|
||||
|
Loading…
Reference in New Issue
Block a user