Fix steal-item dialog breaking get-items modal status
This commit is contained in:
@@ -463,7 +463,7 @@ static bool display_item_event_filter(cDialog& me, std::string id, size_t& first
|
|||||||
item = *item_array[item_hit];
|
item = *item_array[item_hit];
|
||||||
if(item.property) {
|
if(item.property) {
|
||||||
if(!me.getResult<bool>()) {
|
if(!me.getResult<bool>()) {
|
||||||
std::string choice = cChoiceDlog("steal-item",{"steal","leave"}).show();
|
std::string choice = cChoiceDlog("steal-item",{"steal","leave"}, &me).show();
|
||||||
if(choice == "leave") return true;
|
if(choice == "leave") return true;
|
||||||
me.setResult(true);
|
me.setResult(true);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user