Removed pointless #ifdef __alpha__

This commit is contained in:
Marcus Sundberg 2000-05-14 18:01:19 +00:00
parent eebb6426aa
commit 597a695630
1 changed files with 0 additions and 4 deletions

View File

@ -202,11 +202,7 @@ void D_DrawSurfaces (void)
d_zistepv = s->d_zistepv;
d_ziorigin = s->d_ziorigin;
#ifdef __alpha__
D_DrawSolidSurface (s, (int)((long)s->data & 0xFF));
#else
D_DrawSolidSurface (s, (int)s->data & 0xFF);
#endif
D_DrawZSpans (s->spans);
}
}