diff --git a/src/factory.c b/src/factory.c index d6718183..0d9b8343 100644 --- a/src/factory.c +++ b/src/factory.c @@ -1653,11 +1653,7 @@ void Run_script(const char *script_subdirectory, const char *script_filename) Extract_path(buf,Last_run_script); chdir(buf); -#if defined(__AROS__) - L = luaL_newstate(); // lua_open() doesn't exist anymore in Lua-5.2 -#else - L = lua_open(); -#endif + L = luaL_newstate(); // used to be lua_open() on Lua 5.1, deprecated on 5.2 strcpy(buf, "LUA_PATH="); strcat(buf, Data_directory); diff --git a/src/helpfile.h b/src/helpfile.h index d1de1024..53a68773 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -492,15 +492,15 @@ static const T_Help_table helptable_credits[] = HELP_TEXT (" Frost Grimmy Gürkan Sengün ") HELP_TEXT (" Hatch HoraK-FDF iLKke ") HELP_TEXT (" Iw2evk jackfrost128 Jamon ") - HELP_TEXT (" keito kusma Lord Graga ") - HELP_TEXT (" Lorenzo Gatti MagerValp maymunbeyin ") - HELP_TEXT (" mind MooZ Pasi Kallinen ") - HELP_TEXT (" the Peach petter PheeL ") - HELP_TEXT (" Ravey1138 richienyhus rixard ") - HELP_TEXT (" sm4tik spratek Surt ") - HELP_TEXT (" tape.yrm TeeEmCee tempest ") - HELP_TEXT (" Timo Kurrpa titus^Rab Tobé ") - HELP_TEXT (" yakumo2975 00ai99 ") + HELP_TEXT (" keito kusma lmemsm ") + HELP_TEXT (" Lord Graga Lorenzo Gatti MagerValp ") + HELP_TEXT (" maymunbeyin mind MooZ ") + HELP_TEXT (" Pasi Kallinen the Peach petter ") + HELP_TEXT (" PheeL Ravey1138 richienyhus ") + HELP_TEXT (" rixard sm4tik spratek ") + HELP_TEXT (" Surt tape.yrm TeeEmCee ") + HELP_TEXT (" tempest Timo Kurrpa titus^Rab ") + HELP_TEXT (" Tobé yakumo2975 00ai99 ") HELP_TEXT ("") HELP_TEXT (" ... posted the annoying bug reports.") HELP_TEXT ("")