Messed a lot with BMS reading. See changelog.txt.

This commit is contained in:
Chris Danford
2002-01-24 08:01:24 +00:00
parent 38c125ff4d
commit 2f8cd4feb4
10 changed files with 187 additions and 88 deletions
+4
View File
@@ -67,6 +67,10 @@ void RageBitmapTexture::Create()
{
fmtTexture = D3DFMT_A4R4G4B4;
}
else if( GAMEINFO->m_GameOptions.m_iDisplayColor == 16 )
{
fmtTexture = D3DFMT_A4R4G4B4;
}
else
{
switch( GAMEINFO->m_GameOptions.m_iTextureColor )