Fix new luaconsole functions.

This commit is contained in:
cracker64 2011-07-22 06:51:29 -07:00
parent f064227b7a
commit c5a8138dc9

View File

@ -37,11 +37,11 @@ void luacon_open(){
{"next_getPartIndex", &luatpt_next_getPartIndex}, {"next_getPartIndex", &luatpt_next_getPartIndex},
{"getPartIndex", &luatpt_getPartIndex}, {"getPartIndex", &luatpt_getPartIndex},
{"hud", &luatpt_hud}, {"hud", &luatpt_hud},
{"newtonian_gravity", &luatpt_gravity}, {"newtonian_gravity", &luatpt_gravity},
{"ambient_heat", &luatpt_airheat}, {"ambient_heat", &luatpt_airheat},
{"active_menu", &luatpt_active_menu}, {"active_menu", &luatpt_active_menu},
{"decorations_enable", &luatpt_decorations_enable}, {"decorations_enable", &luatpt_decorations_enable},
{"display_mode", &luatpt_cmode_set} {"display_mode", &luatpt_cmode_set},
{NULL,NULL} {NULL,NULL}
}; };