diff options
Diffstat (limited to 'src/deep.cpp')
-rw-r--r-- | src/deep.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/deep.cpp b/src/deep.cpp index 652b19d..290e5ff 100644 --- a/src/deep.cpp +++ b/src/deep.cpp | |||
@@ -32,8 +32,9 @@ THE SOFTWARE. | |||
32 | =============================================================================== | 32 | =============================================================================== |
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include "compat.h" | ||
36 | #include "deep.h" | 35 | #include "deep.h" |
36 | |||
37 | #include "compat.h" | ||
37 | #include "tools.h" | 38 | #include "tools.h" |
38 | #include "uniquekey.h" | 39 | #include "uniquekey.h" |
39 | #include "universe.h" | 40 | #include "universe.h" |
@@ -95,7 +96,7 @@ static void get_deep_lookup( lua_State* L) | |||
95 | { | 96 | { |
96 | STACK_GROW( L, 1); | 97 | STACK_GROW( L, 1); |
97 | STACK_CHECK_START_REL(L, 1); // a | 98 | STACK_CHECK_START_REL(L, 1); // a |
98 | DEEP_LOOKUP_KEY.query_registry(L); // a {} | 99 | DEEP_LOOKUP_KEY.pushValue(L); // a {} |
99 | if( !lua_isnil( L, -1)) | 100 | if( !lua_isnil( L, -1)) |
100 | { | 101 | { |
101 | lua_insert( L, -2); // {} a | 102 | lua_insert( L, -2); // {} a |