From 05161ea4d806353de51ed53f33a00aa4ba38b1ea Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sun, 6 Jan 2013 18:56:50 +0000 Subject: [PATCH] Re-enable spotlights on ATI cards again because the crash from 12.8 seems gone. git-svn-id: https://svn.eduke32.com/eduke32@3381 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/polymer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polymer/eduke32/build/src/polymer.c b/polymer/eduke32/build/src/polymer.c index 7d6fc8f84..6a255fe68 100644 --- a/polymer/eduke32/build/src/polymer.c +++ b/polymer/eduke32/build/src/polymer.c @@ -1478,13 +1478,13 @@ int16_t polymer_addlight(_prlight* light) if (lighti == PR_MAXLIGHTS) return (-1); - +#if 0 // Spot lights disabled on ATI cards because they cause crashes with // Catalyst 12.8 drivers. // See: http://forums.duke4.net/topic/5723-hrp-polymer-crash/ if (pr_ati_fboworkaround && light->radius) return (-1); - +#endif Bmemcpy(&prlights[lighti], light, sizeof(_prlight)); if (light->radius) {