X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2F3dgfx%2Fpolyfill.h;fp=src%2F3dgfx%2Fpolyfill.h;h=6c956671bcf7563014b9474682fe77c608fbacd6;hp=fed8eda4e8bee012efc15dcb49e71543d6887db7;hb=7705fa326336feba1a66d5a6ca8a7c27771e4c5f;hpb=650644eccabcdceb974c17d5fd19c0546eb753d3 diff --git a/src/3dgfx/polyfill.h b/src/3dgfx/polyfill.h index fed8eda..6c95667 100644 --- a/src/3dgfx/polyfill.h +++ b/src/3dgfx/polyfill.h @@ -66,7 +66,7 @@ struct pvertex { int32_t x, y; /* 24.8 fixed point */ int32_t u, v; /* 16.16 fixed point */ int32_t r, g, b, a; /* int 0-255 */ - uint16_t z; /* 0-65535 */ + int32_t z; /* 0-65535 */ }; struct pimage {