$NetBSD: patch-ab,v 1.2 2000/02/01 02:30:32 wiz Exp $

--- QW/client/gl_draw.c	Tue Dec 21 15:46:06 1999
+++ ../work/QW/client/gl_draw.c	Sat Jan 15 23:08:00 2000
@@ -1367,7 +1367,7 @@
 {
 	if (!gl_mtexable)
 		return;
-#ifndef __linux__ // no multitexture under Linux yet
+#if !defined(__linux__) && !defined(__NetBSD__) // no multitexture under Linux yet
 	qglSelectTextureSGIS(target);
 #endif
 	if (target == oldtarget) 
