From 88697bc3503090194877b241b987ddc751034166 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 May 2015 17:19:32 +0300 Subject: Add strong typed bool type NpcNames. --- src/gui/windows/chatwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/chatwindow.cpp') diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 4d822afc1..1a36f7a83 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -1385,7 +1385,7 @@ void ChatWindow::autoComplete() if (newName.empty() && actorManager) { - actorManager->getPlayerNames(nameList, true); + actorManager->getPlayerNames(nameList, NpcNames_true); newName = autoComplete(nameList, name); if (!newName.empty() && !startName) secureChatCommand(newName); -- cgit v1.2.3-70-g09d2