From 3ade79cf63dfce16a7548f3b05b66ec99ffc2e4d Mon Sep 17 00:00:00 2001 From: Wanne Date: Wed, 19 Jun 2013 11:24:08 +0000 Subject: [PATCH] - Disabled the ENABLE_BRIEFINGROOM define per default git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6140 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- builddefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddefines.h b/builddefines.h index b35f2f03..d09e6588 100644 --- a/builddefines.h +++ b/builddefines.h @@ -5,7 +5,7 @@ //----- Encyclopedia and Briefing room - by Jazz ----- //#define ENABLE_ENCYCLOPEDIA // WANNE: Be aware, encyclopedia uses a hugh amount of memory and the exe takes forever to start. There seems to be some memory leaks -#define ENABLE_BRIEFINGROOM // WANNE: Briefing room seems to work better. Waiting for Jazz to create a mini mod to show this feature +//#define ENABLE_BRIEFINGROOM // WANNE: Briefing room seems to work better. Waiting for Jazz to create a mini mod to show this feature //----- End encyclopedia and Briefing room - by Jazz ----- // -----------------------------