diff options
Diffstat (limited to '')
-rw-r--r-- | src/universe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/universe.h b/src/universe.h index a75cead..359dc90 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -32,6 +32,8 @@ struct s_Universe | |||
32 | // for verbose errors | 32 | // for verbose errors |
33 | bool_t verboseErrors; | 33 | bool_t verboseErrors; |
34 | 34 | ||
35 | bool_t demoteFullUserdata; | ||
36 | |||
35 | lua_CFunction on_state_create_func; | 37 | lua_CFunction on_state_create_func; |
36 | 38 | ||
37 | Keepers* keepers; | 39 | Keepers* keepers; |