From d10627a77fe022263e2319be282fbec68e713545 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 29 Nov 2010 17:55:07 +0200 Subject: Windows bug fixes --- src/constants.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/constants.h') 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 -- cgit v1.2.3