Fixed compilation error

dev-time-step
krzys-h 2016-03-15 20:42:06 +01:00
parent fef8a8e355
commit bce99308c6
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ bool CScreenPlayerSelect::EventProcess(const Event &event)
GetResource(RES_TEXT, RT_DIALOG_DELGAME, name);
gamer = pl->GetItemName(pl->GetSelect());
m_dialog->StartQuestion(
StrUtils::Format(name.c_str(), gamer), true, false, false,
StrUtils::Format(name.c_str(), gamer.c_str()), true, false, false,
[&]()
{
NameDelete();