1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

formatting

This commit is contained in:
DJWarmonger
2018-07-27 09:22:07 +02:00
parent 6abebeeb9f
commit a8696a9957
4 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ boost::thread_specific_ptr<AIhelper> ah;
AIhelper::AIhelper()
{
resourceManager.reset(new ResourceManager);
resourceManager.reset(new ResourceManager());
}
AIhelper::~AIhelper()