Loading Textures From the Controller Class is Now Deprecated

Obtaining a "texture number" by loading an image from the Control class is now deprecated, as is using a texture number to set a texture, bitmap or lightmap. You should now load an image using the Image class, and use the Real object methods set-texture-image, set-bitmap-image and set-lightmap-image to apply textures, bitmaps and images.

The Image class provides much better control over textures than the previous method.