Fixed compilation error
parent
fef8a8e355
commit
bce99308c6
|
@ -194,7 +194,7 @@ bool CScreenPlayerSelect::EventProcess(const Event &event)
|
||||||
GetResource(RES_TEXT, RT_DIALOG_DELGAME, name);
|
GetResource(RES_TEXT, RT_DIALOG_DELGAME, name);
|
||||||
gamer = pl->GetItemName(pl->GetSelect());
|
gamer = pl->GetItemName(pl->GetSelect());
|
||||||
m_dialog->StartQuestion(
|
m_dialog->StartQuestion(
|
||||||
StrUtils::Format(name.c_str(), gamer), true, false, false,
|
StrUtils::Format(name.c_str(), gamer.c_str()), true, false, false,
|
||||||
[&]()
|
[&]()
|
||||||
{
|
{
|
||||||
NameDelete();
|
NameDelete();
|
||||||
|
|
Loading…
Reference in New Issue