aboutsummaryrefslogtreecommitdiff
path: root/src/universe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/universe.h')
-rw-r--r--src/universe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/universe.h b/src/universe.h
index 0224e99..77b3ea5 100644
--- a/src/universe.h
+++ b/src/universe.h
@@ -52,9 +52,9 @@ typedef struct ProtectedAllocator_s ProtectedAllocator;
52struct s_Universe 52struct s_Universe
53{ 53{
54 // for verbose errors 54 // for verbose errors
55 bool_t verboseErrors; 55 bool verboseErrors;
56 56
57 bool_t demoteFullUserdata; 57 bool demoteFullUserdata;
58 58
59 // before a state is created, this function will be called to obtain the allocator 59 // before a state is created, this function will be called to obtain the allocator
60 lua_CFunction provide_allocator; 60 lua_CFunction provide_allocator;