Finally have inventory not crashing for most edge cases. This solves many bugs but mostly closes #58.
This commit is contained in:
parent
601f3331ed
commit
f64b202ee7
9 changed files with 90 additions and 43 deletions
|
@ -12,7 +12,6 @@ namespace gui {
|
|||
public:
|
||||
guecs::UI $gui;
|
||||
GameLevel $level;
|
||||
std::unordered_map<guecs::Entity, std::string> $slot_to_name;
|
||||
ritual::UI $ritual_ui;
|
||||
|
||||
explicit StatusUI(GameLevel level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue