diff options
Diffstat (limited to 'src/deep.cpp')
-rw-r--r-- | src/deep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deep.cpp b/src/deep.cpp index 418724e..d0b8123 100644 --- a/src/deep.cpp +++ b/src/deep.cpp | |||
@@ -488,7 +488,7 @@ bool copydeep(Universe* U, Dest L2, int L2_cache_i, Source L, int i, LookupMode | |||
488 | { | 488 | { |
489 | // raise the error in the proper state (not the keeper) | 489 | // raise the error in the proper state (not the keeper) |
490 | lua_State* const errL{ (mode_ == LookupMode::FromKeeper) ? L2 : L }; | 490 | lua_State* const errL{ (mode_ == LookupMode::FromKeeper) ? L2 : L }; |
491 | std::ignore = luaL_error(errL, errmsg); // doesn't return | 491 | luaL_error(errL, errmsg); // doesn't return |
492 | } | 492 | } |
493 | return true; | 493 | return true; |
494 | } \ No newline at end of file | 494 | } \ No newline at end of file |