diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-03 15:39:14 +0100 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-03 15:39:14 +0100 |
commit | ebaadef11d4cb55a5dde78ed392b7d7e4ad15030 (patch) | |
tree | 0c91345c4e21f5dd1c9006d8545684442aa97e5a /src/tools.h | |
parent | 94c794c8e06a848868509927eefde0741cd8bbe6 (diff) | |
download | lanes-ebaadef11d4cb55a5dde78ed392b7d7e4ad15030.tar.gz lanes-ebaadef11d4cb55a5dde78ed392b7d7e4ad15030.tar.bz2 lanes-ebaadef11d4cb55a5dde78ed392b7d7e4ad15030.zip |
fix an internal error trying to call on_state_create in a lane without any libs loaded
always duplicate the config structure in new lanes even when no
libraries are initialized by the generator
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h index 11a541c..09ae050 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -21,7 +21,6 @@ typedef struct s_Universe Universe; | |||
21 | void luaG_dump( lua_State* L ); | 21 | void luaG_dump( lua_State* L ); |
22 | 22 | ||
23 | lua_State* luaG_newstate( Universe* U, lua_State* _from, char const* libs); | 23 | lua_State* luaG_newstate( Universe* U, lua_State* _from, char const* libs); |
24 | void luaG_copy_one_time_settings( Universe* U, lua_State* L, lua_State* L2); | ||
25 | 24 | ||
26 | // ################################################################################################ | 25 | // ################################################################################################ |
27 | 26 | ||