mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 19:20:43 +00:00
- automap color fix.
This commit is contained in:
parent
08a5c5ff4d
commit
eac1007c56
10 changed files with 40 additions and 52 deletions
|
@ -460,11 +460,6 @@ static int32_t defsparser(scriptfile *script)
|
|||
if (scriptfile_getnumber(script,&idx)) break;
|
||||
if (scriptfile_getnumber(script,&idxend)) break;
|
||||
|
||||
while ((unsigned)col < 256 && idx <= idxend)
|
||||
{
|
||||
editorcolorsdef[col] = 1;
|
||||
editorcolors[col++] = idx++;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case T_FOGPAL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue