Ver código fonte

Quest Log: fix background resource name

Currently it's not PCX, but PNG
ArseniyShestakov 11 anos atrás
pai
commit
5a5c126f0e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      client/windows/CQuestLog.cpp

+ 1 - 1
client/windows/CQuestLog.cpp

@@ -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),