mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
- build system update
- compile fix for quests (vector can't be used to store const data) - fixed several "unitialized" warnings
This commit is contained in:
@@ -1477,7 +1477,7 @@ IexpValStr ERMInterpreter::getVar(std::string toFollow, boost::optional<int> ini
|
||||
IexpValStr ret;
|
||||
ret.type = IexpValStr::WRONGVAL;
|
||||
|
||||
int initV;
|
||||
int initV=0;
|
||||
bool hasInit = false;
|
||||
if(initVal.is_initialized())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user