From 4b221bce47a8d993de19dab49884c1c2f17014d4 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 7 Feb 2008 21:50:25 +0000 Subject: - removed the gtk2 detection (it is just necessary if we want to use lazjpeg instead of Ulazjpeg) - undefined ProjectM in switches.inc because it caused some trouble (black screen or crashes). So you have to enable this if you want to use ProjectM. I will try to find the cause for the problem. It occurs with flms` installation only so we will have to debug his version remotely. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@841 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/switches.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Game/Code/switches.inc') diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index 66a8ad07..d0cc9525 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -95,7 +95,8 @@ // misc defines {$IFDEF HaveProjectM} - {$DEFINE UseProjectM_0_9} + // this causes trouble at the moment + //{$DEFINE UseProjectM_0_9} {$ENDIF} {$IFEND} -- cgit v1.2.3