Added a config file and implemented code for it
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "Core/ConfigFile.h"
|
||||
|
||||
dd::ConfigFile::ConfigFile(std::string path)
|
||||
{
|
||||
boost::property_tree::ini_parser::read_ini(path, m_ptree);
|
||||
}
|
||||
@@ -322,7 +322,7 @@ bool dd::Systems::BallSystem::Contact(const Events::Contact &event)
|
||||
|
||||
|
||||
|
||||
ballComponent->Combo = 56;
|
||||
ballComponent->Combo = 0;
|
||||
if (!ballComponent->Waiting) {
|
||||
if (m_InkBlaster) {
|
||||
if (!m_InkAttached) {
|
||||
|
||||
Reference in New Issue
Block a user