Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
ad99c2afb7
commit
ad98b1414a
3 changed files with 3 additions and 8 deletions
|
@ -89,7 +89,6 @@ void CSpawnBot::setVisualPropertiesName()
|
||||||
// the npc name is displayed as a fauna
|
// the npc name is displayed as a fauna
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
CVisualPropertiesInterface::setName(dataSetRow(), name);
|
CVisualPropertiesInterface::setName(dataSetRow(), name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -56,9 +56,7 @@ public:
|
||||||
|
|
||||||
static CFightScriptCompReader *getScriptReader (const std::string &str);
|
static CFightScriptCompReader *getScriptReader (const std::string &str);
|
||||||
|
|
||||||
static CFightScriptComp *createScriptComp (const std::string &str)
|
static CFightScriptComp *createScriptComp(const std::string &str);
|
||||||
protected:
|
|
||||||
private:
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,8 +72,6 @@ public:
|
||||||
typedef CHashMap<std::string, NLMISC::CSmartPtr<CFightScriptCompReader> > TFightScriptMap;
|
typedef CHashMap<std::string, NLMISC::CSmartPtr<CFightScriptCompReader> > TFightScriptMap;
|
||||||
|
|
||||||
static TFightScriptMap _ScriptCompList;
|
static TFightScriptMap _ScriptCompList;
|
||||||
protected:
|
|
||||||
private:
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -116,7 +112,7 @@ public:
|
||||||
CFightSelectFilterReader() {}
|
CFightSelectFilterReader() {}
|
||||||
virtual ~CFightSelectFilterReader() {}
|
virtual ~CFightSelectFilterReader() {}
|
||||||
|
|
||||||
CFightScriptComp *create (const std::string &inStr)
|
CFightScriptComp *create(const std::string &inStr);
|
||||||
std::string getName () const
|
std::string getName () const
|
||||||
{
|
{
|
||||||
return std::string("SELECT");
|
return std::string("SELECT");
|
||||||
|
|
Loading…
Reference in a new issue