[Client] Fix build

This commit is contained in:
David Cernat 2018-01-01 13:10:57 +02:00
parent 09958681cd
commit 51a92bcf8f

View file

@ -480,7 +480,7 @@ void WorldEvent::runConsoleCommands(MWWorld::CellStore* cellStore)
if (ptrFound)
{
LOG_APPEND(Log::LOG_VERBOSE, "-- Found %s, %i, %i", ptrFound.getCellRef().getRefId().c_str(),
ptrFound.getCellRef().getRefNum(), ptrFound.getCellRef().getMpNum());
ptrFound.getCellRef().getRefNum().mIndex, ptrFound.getCellRef().getMpNum());
windowManager->setConsolePtr(ptrFound);
windowManager->executeCommandInConsole(consoleCommand);