pass parent to preview dialog

This commit is contained in:
2025-04-30 13:38:33 -05:00
parent 0911d35696
commit 20373acf68
3 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ static bool preview_spec_enc_dlog(cDialog& me, std::string item_hit, cSpecial& s
switch(special.type){
case eSpecType::ONCE_DIALOG:
once_dialog(univ, special, cur_type);
once_dialog(univ, special, cur_type, &me);
break;
default:
break;