mikymod 12 лет назад
Родитель
Сommit
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
 {
 
-/// ConsoleServer runs scripts that provide some utilities for the console
 class ConsoleServer
 {
 public:

+ 1 - 1
engine/lua/LuaEnvironment.h

@@ -48,7 +48,7 @@ public:
 	void					init();
 	/// Close Lua state and shutdown LuaEnvironment
 	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();
 
 	const char*				error();