- added Firebrand's patch to rename 'swap' due to naming conflicts in newer MSVC compilers.
SVN r2449 (trunk)
This commit is contained in:
parent
4ac64b6df7
commit
545a892faa
28 changed files with 50 additions and 50 deletions
|
|
@ -774,7 +774,7 @@ void DDrawFB::RebuildColorTable ()
|
|||
|
||||
for (i = 0; i < 256; i++)
|
||||
{
|
||||
swap (syspal[i].peRed, syspal[i].peBlue);
|
||||
swapvalues (syspal[i].peRed, syspal[i].peBlue);
|
||||
}
|
||||
for (i = 0; i < 256; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue