diff options
Diffstat (limited to 'src/state.c')
| -rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index 21ca397..32e5b47 100644 --- a/src/state.c +++ b/src/state.c | |||
| @@ -205,7 +205,7 @@ static void copy_one_time_settings( Universe* U, lua_State* L, lua_State* L2) | |||
| 205 | 205 | ||
| 206 | REGISTRY_GET( L, CONFIG_REGKEY); // config | 206 | REGISTRY_GET( L, CONFIG_REGKEY); // config |
| 207 | // copy settings from from source to destination registry | 207 | // copy settings from from source to destination registry |
| 208 | if( luaG_inter_move( U, L, L2, 1, eLM_LaneBody) < 0) // // config | 208 | if( luaG_inter_move( U, L, L2, 1, eLM_LaneBody) != eICR_Success) // // config |
| 209 | { | 209 | { |
| 210 | (void) luaL_error( L, "failed to copy settings when loading lanes.core"); | 210 | (void) luaL_error( L, "failed to copy settings when loading lanes.core"); |
| 211 | } | 211 | } |
