From b35bce85aaf5b036f925889d46dad32118d0c8e7 Mon Sep 17 00:00:00 2001 From: pouillot Date: Tue, 1 Nov 2011 12:20:18 +0000 Subject: [PATCH] Re #387 Reverted to RGB logo by default, sorry for the erroneous commit git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4027 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: b7a2422e27fb18f1c9b823fef67b2337da8ce259 Former-commit-id: e86ca659f6e4b56491bb1b15e55b3d03abcb4b44 --- src/modules/graphic/ssggraph/grscene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/graphic/ssggraph/grscene.cpp b/src/modules/graphic/ssggraph/grscene.cpp index 6952bdbd7..562d16768 100644 --- a/src/modules/graphic/ssggraph/grscene.cpp +++ b/src/modules/graphic/ssggraph/grscene.cpp @@ -39,7 +39,7 @@ // Uncomment to enable support for PNG logos for normal pit-building wall // (does not apply to the no-building pit, with the low wall, which already supports PNG). -#define PNG_LOGO_SUPPORT 1 +//#define PNG_LOGO_SUPPORT 1 // Some public global variables. int grWrldX;