diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ int main( int argn, const char **argc ) { else { printVersion(); stateInit( argn, argc, exePath ); - luaRegister(); + // luaRegister(); state->run = luaCallMain(); while ( state->run ) { |
