Changed: Minor changes

--HG--
branch : develop
hg/compatibility-develop
kervala 7 years ago
parent d099e98dae
commit 93c2f55290

@ -894,8 +894,8 @@ bool launchProgram(const std::string &programName, const std::string &arguments,
int status = vfork (); int status = vfork ();
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
/// WARNING : NO MORE INSTRUCTION AFTER VFORK ! // WARNING : NO MORE INSTRUCTION AFTER VFORK !
/// READ VFORK manual // READ VFORK manual
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
if (status == -1) if (status == -1)
{ {
@ -1000,8 +1000,8 @@ bool launchProgramArray (const std::string &programName, const std::vector<std::
int status = vfork (); int status = vfork ();
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
/// WARNING : NO MORE INSTRUCTION AFTER VFORK ! // WARNING : NO MORE INSTRUCTION AFTER VFORK !
/// READ VFORK manual // READ VFORK manual
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
if (status == -1) if (status == -1)
{ {

@ -423,6 +423,7 @@ public:
void tp(const NLMISC::CVectorD &dest); void tp(const NLMISC::CVectorD &dest);
/// Teleport the player to correct his position. /// Teleport the player to correct his position.
void correctPos(const NLMISC::CVectorD &dest); void correctPos(const NLMISC::CVectorD &dest);
/// Skill Up /// Skill Up
void skillUp(); void skillUp();
/// get the level of the player (max of all skills) /// get the level of the player (max of all skills)

Loading…
Cancel
Save