From 93c2f55290101bcfba2f2f0927de592c583e639d Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 5 Nov 2017 19:07:19 +0100 Subject: [PATCH] Changed: Minor changes --HG-- branch : develop --- code/nel/src/misc/common.cpp | 8 ++++---- code/ryzom/client/src/login_patch.cpp | 4 ++-- code/ryzom/client/src/user_entity.h | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/code/nel/src/misc/common.cpp b/code/nel/src/misc/common.cpp index 7eebdafbf..4d849b2d5 100644 --- a/code/nel/src/misc/common.cpp +++ b/code/nel/src/misc/common.cpp @@ -894,8 +894,8 @@ bool launchProgram(const std::string &programName, const std::string &arguments, int status = vfork (); ///////////////////////////////////////////////////////// - /// WARNING : NO MORE INSTRUCTION AFTER VFORK ! - /// READ VFORK manual + // WARNING : NO MORE INSTRUCTION AFTER VFORK ! + // READ VFORK manual ///////////////////////////////////////////////////////// if (status == -1) { @@ -1000,8 +1000,8 @@ bool launchProgramArray (const std::string &programName, const std::vector arguments; - + std::string startupPath = Args.getStartupPath(); // 3 first parameters are Ryzom client full path, patch directory full path and client root directory full path diff --git a/code/ryzom/client/src/user_entity.h b/code/ryzom/client/src/user_entity.h index 7e693536b..1b2745cdd 100644 --- a/code/ryzom/client/src/user_entity.h +++ b/code/ryzom/client/src/user_entity.h @@ -423,6 +423,7 @@ public: void tp(const NLMISC::CVectorD &dest); /// Teleport the player to correct his position. void correctPos(const NLMISC::CVectorD &dest); + /// Skill Up void skillUp(); /// get the level of the player (max of all skills)