Ritual ui now does the combination correctly.

master
Zed A. Shaw 5 days ago
parent dab0e092e6
commit bac552c3d7
  1. 3
      ritual_ui.cpp

@ -175,7 +175,6 @@ namespace gui {
}
}
void UI::load_blanket() {
// update the list of available items
int i = 0;
@ -193,7 +192,7 @@ namespace gui {
}
for(; i < INV_SLOTS; i++) {
auto slot_id = $gui.entity("inv_slot", i++);
auto slot_id = $gui.entity("inv_slot", i);
$gui.remove<Sprite>(slot_id);
$gui.remove<Clickable>(slot_id);
}

Loading…
Cancel
Save