diff --git a/include/world/world.h b/include/world/world.h index 9dd5ff1..d21fe92 100644 --- a/include/world/world.h +++ b/include/world/world.h @@ -24,7 +24,7 @@ #include "room.h" /* Build in cheat, allows to not take damage from any source */ -#define _GOD_MODE_ +// #define _GOD_MODE_ /* Disables all light rendering */ #define _LIGHT_ON_