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:
parent
d06bba422a
commit
5a5c126f0e
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user