aboutsummaryrefslogtreecommitdiff
path: root/src/lua
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-07-29 15:22:51 +0200
committerest31 <MTest31@outlook.com>2015-07-29 15:53:23 +0200
commitf97c2702a2fee9496059169448ce97ed2b7da9b2 (patch)
tree869efc7449cd85fae289018250c379c6b1777090 /src/lua
parentca63f7f10d912382ebc24a54995f7153598ed429 (diff)
downloadminetest-f97c2702a2fee9496059169448ce97ed2b7da9b2.tar.gz
minetest-f97c2702a2fee9496059169448ce97ed2b7da9b2.tar.bz2
minetest-f97c2702a2fee9496059169448ce97ed2b7da9b2.zip
Android: Fix minor makefile bugs
Fix commenting happening thanks to missing quotes and dereference variable the right way, to get rid of a compile error.
Diffstat (limited to 'src/lua')
0 files changed, 0 insertions, 0 deletions
pt/lua_api/l_mainmenu.cpp?h=release&id=03b34cb3dd0647b3e378f00cdc7203e580c9dcc8'>Serverlist: Add ping indicators (#5164)kilbith2017-02-03 * Add version APIShadowNinja2016-10-31 * Mapgen: Refactor mapgen creation and managementkwolekr2016-07-03 * Add option to not send pre v25 init packetest312016-03-15 * Remove wstrgettextest312015-10-18 * Hide mapgens from main menu not intended for end userskwolekr2015-10-04 * Add emerge completion callback mechanismkwolekr2015-10-04 * Optional reconnect functionalityest312015-07-23 * Use UTF-8 instead of narrowest312015-07-08 * Use utf-8 in formspecsIlya Zhuravlev2015-06-13 * Add core.get_dir_listShadowNinja2015-05-16 * Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01 * Fix typoCraig Robbins2015-03-29 * Add Lua function get_video_modes() for main menuCraig Robbins2015-03-28 *