Code: Select all
//#if LUA_VER < 0x050100
// cleanup stack - is this necessary?
lua_settop(costate, stack_top);
//#endif
you don't
you edit celx.cpp and recompile celestia
Code: Select all
//#if LUA_VER < 0x050100
// cleanup stack - is this necessary?
lua_settop(costate, stack_top);
//#endif
...or wait for the next pre-release.john Van Vliet wrote:hi Reiko if you are referring toCode: Select all
//#if LUA_VER < 0x050100
// cleanup stack - is this necessary?
lua_settop(costate, stack_top);
//#endif
you don't
you edit celx.cpp and recompile celestia
fsgregs wrote:I too am still using 1.4.1, primarily because I have over 100 add-ons in use in the educational version of 1.4.1, and I am concerned i will need to do a lot of editing to get them to all work in 1.5.0.