Fix copy-paste error
This commit is contained in:
parent
ca52118ff0
commit
81e612b75b
1 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ namespace lua_colors {
|
|||
{
|
||||
std::ostringstream cmd_out;
|
||||
|
||||
// Create the getunit metatable.
|
||||
// Create the color metatable.
|
||||
cmd_out << "Adding color metatable...\n";
|
||||
|
||||
luaL_newmetatable(L, colorKey);
|
||||
|
@ -172,7 +172,7 @@ namespace lua_colors {
|
|||
lua_setfield(L, -2, "__metatable");
|
||||
|
||||
|
||||
// Create the current variable with its metatable.
|
||||
// Create the colors variable with its metatable.
|
||||
cmd_out << "Adding wesnoth.colors table...\n";
|
||||
|
||||
lua_getglobal(L, "wesnoth");
|
||||
|
|
Loading…
Add table
Reference in a new issue