mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-02 18:21:02 +00:00
* Updated to ZDoom r2866:
- Cleaned up i_music.cpp. - FScanner::Float is a double so there's no need to cast values to float before assigning them to this variable. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1014 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
c0496b5310
commit
a48591975b
8 changed files with 313 additions and 312 deletions
|
@ -868,18 +868,6 @@ void AM_initVariables ()
|
|||
old_m_h = m_h;
|
||||
}
|
||||
|
||||
/*
|
||||
static void GetComponents (int color, DWORD *palette, float &r, float &g, float &b)
|
||||
{
|
||||
if (palette)
|
||||
color = palette[color];
|
||||
|
||||
r = (float)RPART(color);
|
||||
g = (float)GPART(color);
|
||||
b = (float)BPART(color);
|
||||
}
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue