- Activades les llibreries estandar de lua
This commit is contained in:
1
lua.cpp
1
lua.cpp
@@ -422,6 +422,7 @@ const char boot[] = "function init()mode(1)cls()play('o5l0v5cegv4cegv3cegv2cegv1
|
||||
void lua_init(const char* filename, const bool start_playing) {
|
||||
if (lua_state != STATE_STOPPED) lua_quit();
|
||||
L = luaL_newstate();
|
||||
luaL_openlibs(L);
|
||||
//init_exists = update_exists = false;
|
||||
bool file_loaded = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user