diff options
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/constants.h b/src/constants.h index 8cc4ee473..d8435e36d 100644 --- a/src/constants.h +++ b/src/constants.h @@ -56,8 +56,9 @@ // The distance of how far objects will be sent to client //#define ACTIVE_OBJECT_D_BLOCKS 2 -// Wether to catch all std::exceptions -#define CATCH_UNHANDLED_EXCEPTIONS 0 +// Wether to catch all std::exceptions. +// Assert will be called on such an event. +#define CATCH_UNHANDLED_EXCEPTIONS 1 /* Collecting active blocks is stopped after object data |