about summary refs log tree commit diff
path: root/src/engine/client/gfx.cpp
diff options
context:
space:
mode:
authorJohan Althoff <teetow@gmail.com>2007-07-13 21:22:45 +0000
committerJohan Althoff <teetow@gmail.com>2007-07-13 21:22:45 +0000
commit519e644a6258b06ac1836b5da0a575205dd0dbea (patch)
treebc6bb21fa308adc82e707917e0824ca565c8d9d8 /src/engine/client/gfx.cpp
parent64d55a22ee74f06738715858d2f88988b046ead0 (diff)
downloadzcatch-519e644a6258b06ac1836b5da0a575205dd0dbea.tar.gz
zcatch-519e644a6258b06ac1836b5da0a575205dd0dbea.zip
fixed various warnings on windows
Diffstat (limited to 'src/engine/client/gfx.cpp')
-rw-r--r--src/engine/client/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/gfx.cpp b/src/engine/client/gfx.cpp
index 657d92f0..ba908c68 100644
--- a/src/engine/client/gfx.cpp
+++ b/src/engine/client/gfx.cpp
@@ -49,7 +49,7 @@ static const int MAX_TEXTURES = 128;
 static texture_holder textures[MAX_TEXTURES];
 static int first_free_texture;
 
-static const char null_texture_data[] = {
+static const unsigned char null_texture_data[] = {
 	0xff,0x00,0x00,0xff, 0xff,0x00,0x00,0xff, 0x00,0xff,0x00,0xff, 0x00,0xff,0x00,0xff, 
 	0xff,0x00,0x00,0xff, 0xff,0x00,0x00,0xff, 0x00,0xff,0x00,0xff, 0x00,0xff,0x00,0xff, 
 	0x00,0x00,0xff,0xff, 0x00,0x00,0xff,0xff, 0xff,0xff,0x00,0xff, 0xff,0xff,0x00,0xff,