Home
last modified time | relevance | path

Searched refs:RT_PLAY_CHAP_PLANETS (Results 1 – 3 of 3) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Drestext.h78 RT_PLAY_CHAP_PLANETS = 61, enumerator
H A Drestext.cpp84 stringsText[RT_PLAY_CHAP_PLANETS] = TR("Planets:"); in InitializeRestext()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/screen/
H A Dscreen_level_list.cpp114 if ( m_category == LevelCategory::Missions ) res = RT_PLAY_CHAP_PLANETS; in CreateInterface()
115 if ( m_category == LevelCategory::FreeGame ) res = RT_PLAY_CHAP_PLANETS; in CreateInterface()
116 if ( m_category == LevelCategory::GamePlus ) res = RT_PLAY_CHAP_PLANETS; in CreateInterface()