fixed indentation

This commit is contained in:
Anonymissimus 2011-06-27 16:12:59 +00:00
parent 55c1a2e47a
commit 52f4069198

View file

@ -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());