1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
This commit is contained in:
AlexVinS 2017-05-28 17:27:16 +03:00
parent 70a092f58c
commit 009bfb8211

View File

@ -81,19 +81,11 @@ struct EvilHlpStruct
CConnection *serv;
StartInfo *sInfo;
void reset(bool strong = true)
{
if(strong)
void reset()
{
vstd::clear_pointer(serv);
vstd::clear_pointer(sInfo);
}
else
{
serv = nullptr;
sInfo = nullptr;
}
}
} startingInfo;