mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 03:00:58 +00:00
- more updating and bug in UpdatePicSize fixed.
This commit is contained in:
parent
0e165e40a3
commit
c3bc690e98
18 changed files with 61 additions and 154 deletions
|
@ -518,11 +518,6 @@ static int32_t defsparser(scriptfile *script)
|
|||
if (scriptfile_getsymbol(script,&tile)) break;
|
||||
if (scriptfile_getnumber(script,&col)) break;
|
||||
if (scriptfile_getnumber(script,&col2)) break;
|
||||
if ((uint32_t)tile < MAXTILES)
|
||||
{
|
||||
spritecol2d[tile][0] = col;
|
||||
spritecol2d[tile][1] = col2;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case T_2DCOL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue