aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-04 02:58:07 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-04 02:58:07 -0400
commit1549ecad22294cae6f1a2e6e6b256b2192b0c3d3 (patch)
tree9f2f99fcb9b09216b252abcf2cbbd0b7b0e32e38 /src/main.cpp
parent3f39453ca9d3bacfffaa6cdb5e4f531fee9020dd (diff)
Values in entity table are now saved in the save file
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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>