]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bkgrnd2d/bkgrnd2d.cpp
Merge branch 'NateEag-master-patch-12920' into 'master'
[xonotic/netradiant.git] / contrib / bkgrnd2d / bkgrnd2d.cpp
index 2ce978f4bc4a5b6451fbe314c0e0eb454d1856f4..b115952550b48e9de09ae19f18477fa0eb6dd7ca 100644 (file)
@@ -1,6 +1,5 @@
 /*
-   Copyright (C) 1999-2007 id Software, Inc. and contributors.
-   For a list of contributors, see the accompanying CONTRIBUTORS file.
+   Copyright (C) 2003 Reed Mideke.
 
    This file is part of GtkRadiant.
 
@@ -159,6 +158,7 @@ bool CBackgroundImage::Load( const char *filename ){
        }
 
 // just in case we want to build for an old version
+// http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=900
 #ifdef BKGRND2D_JPG_WORKAROUND
        if ( strlen( filename ) > 4 && !strcmp( ".jpg",filename + strlen( filename ) - 4 ) ) {
                Syn_Printf( MSG_PREFIX ".jpg workaround, clearing alpha channel\n" );