fixed indentation
This commit is contained in:
parent
55c1a2e47a
commit
52f4069198
1 changed files with 2 additions and 2 deletions
|
@ -1609,8 +1609,8 @@ static int intf_get_terrain_info(lua_State *L)
|
|||
lua_setfield(L, -2, "id");
|
||||
luaW_pushtstring(L, info.name());
|
||||
lua_setfield(L, -2, "name");
|
||||
luaW_pushtstring(L, info.editor_name());
|
||||
lua_setfield(L, -2, "editor_name");
|
||||
luaW_pushtstring(L, info.editor_name());
|
||||
lua_setfield(L, -2, "editor_name");
|
||||
luaW_pushtstring(L, info.description());
|
||||
lua_setfield(L, -2, "description");
|
||||
lua_pushboolean(L, info.is_village());
|
||||
|
|
Loading…
Add table
Reference in a new issue