1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Quest Log: fix background resource name

Currently it's not PCX, but PNG
This commit is contained in:
ArseniyShestakov 2015-02-14 20:39:53 +03:00
parent d06bba422a
commit 5a5c126f0e

View File

@ -121,7 +121,7 @@ void CQuestMinimap::showAll(SDL_Surface * to)
}
CQuestLog::CQuestLog (const std::vector<QuestInfo> & Quests) :
CWindowObject(PLAYER_COLORED | BORDERED, "questDialog.pcx"),
CWindowObject(PLAYER_COLORED | BORDERED, "questDialog"),
questIndex(0),
currentQuest(nullptr),
componentsBox(nullptr),