1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Added object descriptions present in H3

This commit is contained in:
Ivan Savenko
2023-10-19 13:34:15 +03:00
parent 0f2922d064
commit 530c70c282
7 changed files with 39 additions and 5 deletions

View File

@ -475,6 +475,7 @@ CGeneralTextHandler::CGeneralTextHandler():
readToVector("core.cmpmusic", "DATA/CMPMUSIC.TXT" );
readToVector("core.minename", "DATA/MINENAME.TXT" );
readToVector("core.mineevnt", "DATA/MINEEVNT.TXT" );
readToVector("core.xtrainfo", "DATA/XTRAINFO.TXT" );
static const char * QE_MOD_COMMANDS = "DATA/QECOMMANDS.TXT";
if (CResourceHandler::get()->existsResource(TextPath::builtin(QE_MOD_COMMANDS)))