mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
- some groundwork for wog optionality
- moved wog artifacts to wog mod
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
#include "filesystem/CResourceLoader.h"
|
||||
#include "filesystem/CInputStream.h"
|
||||
#include "GameConstants.h"
|
||||
#include "CModHandler.h"
|
||||
#include "VCMI_Lib.h"
|
||||
|
||||
// #include <locale> //needed?
|
||||
|
||||
@ -307,6 +309,7 @@ CGeneralTextHandler::CGeneralTextHandler()
|
||||
while (parser.endLine() && !text.empty());
|
||||
}
|
||||
}
|
||||
if (VLC->modh->modules.STACK_EXP)
|
||||
{
|
||||
CLegacyConfigParser parser("DATA/ZCREXP.TXT");
|
||||
parser.endLine();//header
|
||||
|
Reference in New Issue
Block a user