diff options
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.cpp b/src/state.cpp index cafabf1..77e1fd9 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -352,7 +352,7 @@ namespace state { | |||
352 | 352 | ||
353 | STACK_CHECK(_L, 0); | 353 | STACK_CHECK(_L, 0); |
354 | // after all this, register everything we find in our name<->function database | 354 | // after all this, register everything we find in our name<->function database |
355 | lua_pushglobaltable(_L); // L: _G | 355 | luaG_pushglobaltable(_L); // L: _G |
356 | tools::PopulateFuncLookupTable(_L, -1, {}); | 356 | tools::PopulateFuncLookupTable(_L, -1, {}); |
357 | lua_pop(_L, 1); // L: | 357 | lua_pop(_L, 1); // L: |
358 | STACK_CHECK(_L, 0); | 358 | STACK_CHECK(_L, 0); |