mikymod пре 12 година
родитељ
комит
fcf16acadd
2 измењених фајлова са 1 додато и 2 уклоњено
  1. 0 1
      engine/ConsoleServer.h
  2. 1 1
      engine/lua/LuaEnvironment.h

+ 0 - 1
engine/ConsoleServer.h

@@ -34,7 +34,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 namespace crown
 namespace crown
 {
 {
 
 
-/// ConsoleServer runs scripts that provide some utilities for the console
 class ConsoleServer
 class ConsoleServer
 {
 {
 public:
 public:

+ 1 - 1
engine/lua/LuaEnvironment.h

@@ -48,7 +48,7 @@ public:
 	void					init();
 	void					init();
 	/// Close Lua state and shutdown LuaEnvironment
 	/// Close Lua state and shutdown LuaEnvironment
 	void					shutdown();
 	void					shutdown();
-	/// Return the __lua_State_ pointer required by each Lua function
+	/// Return the __lua_State__ pointer required by each Lua function
 	lua_State*				state();
 	lua_State*				state();
 
 
 	const char*				error();
 	const char*				error();