summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcracker64 <cracker642@gmail.com>2011-07-22 13:51:29 (GMT)
committer cracker64 <cracker642@gmail.com>2011-07-22 13:51:29 (GMT)
commitc5a8138dc991711060cf9ff47c581c2af18d69ad (patch)
treebf7325dff710659b56cf33ec034b6174c73e5ebe /src
parentf064227b7accb6d88185b3bdaf92581f4d32e3c0 (diff)
downloadpowder-c5a8138dc991711060cf9ff47c581c2af18d69ad.zip
powder-c5a8138dc991711060cf9ff47c581c2af18d69ad.tar.gz
Fix new luaconsole functions.
Diffstat (limited to 'src')
-rw-r--r--src/luaconsole.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/luaconsole.c b/src/luaconsole.c
index 7f78949..6b91ee8 100644
--- a/src/luaconsole.c
+++ b/src/luaconsole.c
@@ -37,11 +37,11 @@ void luacon_open(){
{"next_getPartIndex", &luatpt_next_getPartIndex},
{"getPartIndex", &luatpt_getPartIndex},
{"hud", &luatpt_hud},
- {"newtonian_gravity", &luatpt_gravity},
- {"ambient_heat", &luatpt_airheat},
- {"active_menu", &luatpt_active_menu},
- {"decorations_enable", &luatpt_decorations_enable},
- {"display_mode", &luatpt_cmode_set}
+ {"newtonian_gravity", &luatpt_gravity},
+ {"ambient_heat", &luatpt_airheat},
+ {"active_menu", &luatpt_active_menu},
+ {"decorations_enable", &luatpt_decorations_enable},
+ {"display_mode", &luatpt_cmode_set},
{NULL,NULL}
};