Change the alpha value to 255

This commit is contained in:
theoddone33
2001-05-02 20:26:52 +00:00
parent e887170b65
commit 446406cc9f
2 changed files with 2 additions and 3 deletions

View File

@@ -1045,7 +1045,7 @@ startgame()
{
color32=((i&0xF800)<<8)+
((i&0x07E0)<<5)+
((i&0x001F)<<3)+0x7F000000;
((i&0x001F)<<3)+0xFF000000;
(*(unsigned int *)(ScreenPtr2))=color32;
ScreenPtr2+=4;
}