diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-04 02:58:07 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-04 02:58:07 -0400 |
commit | 1549ecad22294cae6f1a2e6e6b256b2192b0c3d3 (patch) | |
tree | 9f2f99fcb9b09216b252abcf2cbbd0b7b0e32e38 /src/main.cpp | |
parent | 3f39453ca9d3bacfffaa6cdb5e4f531fee9020dd (diff) |
Values in entity table are now saved in the save file
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7876f8a..a0632fd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,6 +18,8 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +#define SOL_ALL_SAFETIES_ON = 1 + #include "engine.hpp" #include <SDL2/SDL.h> |