mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Added code to display some HD mod buttons in hero exchange window
This commit is contained in:
committed by
Andrii Danylchenko
parent
24d2d5b702
commit
222a0e40c7
@ -332,6 +332,10 @@ CGeneralTextHandler::CGeneralTextHandler()
|
||||
readToVector("DATA/TENTCOLR.TXT", tentColors);
|
||||
readToVector("DATA/SKILLLEV.TXT", levels);
|
||||
|
||||
static const char *NEW_COMMANDS = "DATA/XCOMMAND.TXT";
|
||||
if (CResourceHandler::get()->existsResource(ResourceID(NEW_COMMANDS, EResType::TEXT)))
|
||||
readToVector(NEW_COMMANDS, newCommands);
|
||||
|
||||
localizedTexts = JsonNode(ResourceID("config/translate.json", EResType::TEXT));
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user