summaryrefslogtreecommitdiff
path: root/source/sw_poly.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sw_poly.c')
-rw-r--r--source/sw_poly.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/sw_poly.c b/source/sw_poly.c
index d5ec10b..e3f662b 100644
--- a/source/sw_poly.c
+++ b/source/sw_poly.c
@@ -56,7 +56,7 @@ static void R_DrawPoly( int iswater );
void R_DrawSpanletOpaque( void ) {
byte *btemp;
- uint32 ts, tt;
+ unsigned ts, tt;
do {
ts = s_spanletvars.s >> 16;
@@ -88,7 +88,7 @@ void R_DrawSpanletOpaque( void ) {
void R_DrawSpanletBlended( void ) {
byte *btemp;
- uint32 ts, tt;
+ unsigned ts, tt;
do {
ts = s_spanletvars.s >> 16;