commit | 42e31a42426692154f54e04f7995a36bdde8f6ed | [log] [tgz] |
---|---|---|
author | Henri Verbeet <hverbeet@codeweavers.com> | Wed Mar 25 10:12:27 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 25 11:12:30 2009 +0100 |
tree | 5dfead51a3bd3e8528606fc3e50c140adb0fe0c6 | |
parent | 59c5962828b0aecba9c1423a9dd81850acfadcd3 [diff] [blame] |
wined3d: Fix a few sign compare warnings.
diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h index c90a77d..87947ee 100644 --- a/dlls/wined3d/wined3d_private.h +++ b/dlls/wined3d/wined3d_private.h
@@ -2424,7 +2424,7 @@ /* Some information about the shader behavior */ struct stb_const_desc bumpenvmatconst[MAX_TEXTURES]; - char numbumpenvmatconsts; + unsigned char numbumpenvmatconsts; struct stb_const_desc luminanceconst[MAX_TEXTURES]; char vpos_uniform;