From d811790f66cd68cd54ee29c0c13bdf0f0cdd74e7 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Wed, 8 Dec 2021 13:15:42 +0100 Subject: [PATCH] =?UTF-8?q?[BUG]=20Versi=C3=B3n=20not=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua.cpp b/lua.cpp index 18d8c92..5cc970e 100644 --- a/lua.cpp +++ b/lua.cpp @@ -274,7 +274,7 @@ bool lua_is_playing() { return lua_state == STATE_PLAYING; } -const char boot[] = "function init()setmode(1)cls()play('o5l0v5cegv4cegv3cegv2cegv1ceg')memcpy(360,4608,240)memcpy(1560,4848,240)ink(1)print('G A M E',8,16)ink(4)print('S Y S T E M',20,16)ink(8)print('v0.5.1',26,8)w=0 end function update()w=w+1 if w>90 then cls()load()end end"; +const char boot[] = "function init()setmode(1)cls()play('o5l0v5cegv4cegv3cegv2cegv1ceg')memcpy(360,4608,240)memcpy(1560,4848,240)ink(1)print('G A M E',8,16)ink(4)print('S Y S T E M',20,16)ink(8)print('v0.5.2',26,8)w=0 end function update()w=w+1 if w>90 then cls()load()end end"; void lua_init(const char* filename, const bool start_playing) { if (lua_state != STATE_STOPPED) lua_quit();