- except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types.
This commit is contained in:
parent
c008ddaf66
commit
d2beacfc5f
136 changed files with 770 additions and 774 deletions
|
|
@ -214,7 +214,7 @@ namespace swrenderer
|
|||
auto vis = this;
|
||||
|
||||
int spacing;
|
||||
BYTE color = vis->Light.BaseColormap->Maps[vis->startfrac];
|
||||
uint8_t color = vis->Light.BaseColormap->Maps[vis->startfrac];
|
||||
int yl = vis->y1;
|
||||
int ycount = vis->y2 - yl + 1;
|
||||
int x1 = vis->x1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue