about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/mapres_image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/mapres_image.cpp b/src/game/client/mapres_image.cpp
index e56a7c6a..8d286b85 100644
--- a/src/game/client/mapres_image.cpp
+++ b/src/game/client/mapres_image.cpp
@@ -24,7 +24,7 @@ int img_init()
 	{
 		mapres_image *img = (mapres_image *)map_get_item(start+i, 0, 0);
 		void *data = map_get_data(img->image_data);
-		map_textures[i] = gfx_load_texture_raw(img->width, img->height, IMG_BGRA, data);
+		map_textures[i] = gfx_load_texture_raw(img->width, img->height, IMG_RGBA, data);
 	}
 	
 	return count;