Make the make more linux friendly.
This commit is contained in:
parent
eb709930f5
commit
57e8774fad
2 changed files with 7 additions and 6 deletions
|
@ -27,7 +27,6 @@ namespace gui {
|
|||
guecs::make_action(*$level.world, event, {action}));
|
||||
}
|
||||
|
||||
|
||||
inline std::string temp_pick_icon_for_element(combat::RitualAction& ritual) {
|
||||
using enum combat::RitualElement;
|
||||
|
||||
|
@ -43,7 +42,6 @@ namespace gui {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void CombatUI::init() {
|
||||
$gui.world().set_the<Background>({$gui.$parser, ColorValue::DARK_MID});
|
||||
auto& the_belt = $level.world->get<combat::RitualBelt>($level.player);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue