From fcf09598d98fd68bd85c7bd90cf6506f4b468cde Mon Sep 17 00:00:00 2001 From: Yves Date: Wed, 29 Aug 2012 21:22:57 +0000 Subject: [PATCH] Temporarily disabling FAM for Alpha 11 because it can cause problems on Ubuntu and hotloading doesn't seem to work anyway at the moment. Known problems with FAM: - System hangs at shutdown - Assertion failure at startup in debug mode This was SVN commit r12550. --- source/lib/config2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/config2.h b/source/lib/config2.h index f653d53a22..c1d35374df 100644 --- a/source/lib/config2.h +++ b/source/lib/config2.h @@ -103,7 +103,7 @@ // allow use of FAM API on Linux #ifndef CONFIG2_FAM -# define CONFIG2_FAM 1 +# define CONFIG2_FAM 0 #endif // allow use of OpenAL/Ogg/Vorbis APIs