Index: code/graphics/gropengltexture.cpp
===================================================================
--- code/graphics/gropengltexture.cpp	(revision 11258)
+++ code/graphics/gropengltexture.cpp	(working copy)
@@ -998,6 +998,7 @@
 		reload = 0;
 	}
 	// different bitmap altogether - determine if the new one can use the old one's slot
+	/*
 	else if (tslot->bitmap_handle != bitmap_handle) {
 		if ( (final_w == tslot->w) && (final_h == tslot->h) ) {
 			reload = 1;
@@ -1005,6 +1006,7 @@
 			reload = 0;
 		}
 	}
+	*/
 
 	// set the bits per pixel
 	tslot->bpp = bmp->bpp;
