Changed: Minor changes

--HG--
branch : develop
This commit is contained in:
kervala 2018-08-11 15:35:40 +02:00
parent ad99c2afb7
commit ad98b1414a
3 changed files with 3 additions and 8 deletions

View file

@ -89,7 +89,6 @@ void CSpawnBot::setVisualPropertiesName()
// the npc name is displayed as a fauna
}
CVisualPropertiesInterface::setName(dataSetRow(), name);
}

View file

@ -56,9 +56,7 @@ public:
static CFightScriptCompReader *getScriptReader (const std::string &str);
static CFightScriptComp *createScriptComp (const std::string &str)
protected:
private:
static CFightScriptComp *createScriptComp(const std::string &str);
};
@ -74,8 +72,6 @@ public:
typedef CHashMap<std::string, NLMISC::CSmartPtr<CFightScriptCompReader> > TFightScriptMap;
static TFightScriptMap _ScriptCompList;
protected:
private:
};
@ -116,7 +112,7 @@ public:
CFightSelectFilterReader() {}
virtual ~CFightSelectFilterReader() {}
CFightScriptComp *create (const std::string &inStr)
CFightScriptComp *create(const std::string &inStr);
std::string getName () const
{
return std::string("SELECT");