Index: init.c
===================================================================
--- init.c	(revision 680)
+++ init.c	(revision 681)
@@ -136,7 +136,7 @@
 raydium_texture_used_memory=0;
 //raydium_texture_filter=RAYDIUM_TEXTURE_FILTER_NONE;
 raydium_texture_filter_change(RAYDIUM_TEXTURE_FILTER_NONE);
-raydium_texture_use_npot_textures=FALSE;
+raydium_texture_npot_disable();
 raydium_rendering_rgb_normal();
 raydium_rendering_displaylists_enable();
 raydium_render_rgb_force_tag=0;
buted in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Raydium - CQFD Corp.
+    http://raydium.org/
+    Released under both BSD license and Lesser GPL library license.
+    See "license.txt" file.
 */
 
 #define MAIN_C