diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-30 09:18:51 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-30 09:18:51 +0100 |
commit | c64ad48fdf3aa9505fcf8505c832d1e397d60e85 (patch) | |
tree | 4d97ebd28073b81d27c4d22b3bb46d80812e6b5f /src/universe.h | |
parent | f8a18ec679f0fc4627e95b893bc0d3560052dc64 (diff) | |
download | lanes-c64ad48fdf3aa9505fcf8505c832d1e397d60e85.tar.gz lanes-c64ad48fdf3aa9505fcf8505c832d1e397d60e85.tar.bz2 lanes-c64ad48fdf3aa9505fcf8505c832d1e397d60e85.zip |
don't test __lanesignore for POD types (-> slightly faster when trasnfering lots of data)
+ more code refactoring
Diffstat (limited to 'src/universe.h')
-rw-r--r-- | src/universe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.h b/src/universe.h index 8727bf7..0ef5a93 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -82,7 +82,7 @@ struct s_Universe | |||
82 | MUTEX_T deep_lock; | 82 | MUTEX_T deep_lock; |
83 | MUTEX_T mtid_lock; | 83 | MUTEX_T mtid_lock; |
84 | 84 | ||
85 | int last_mt_id; | 85 | lua_Integer last_mt_id; |
86 | 86 | ||
87 | #if USE_DEBUG_SPEW | 87 | #if USE_DEBUG_SPEW |
88 | int debugspew_indent_depth; | 88 | int debugspew_indent_depth; |