- replaced another large batch of homegrown type use.
This commit is contained in:
parent
6c6bab73ad
commit
6dee9ff566
57 changed files with 656 additions and 656 deletions
|
|
@ -1218,7 +1218,7 @@ void FParser::SF_ObjFlag(void)
|
|||
|
||||
if(mo && flagnum<26) // nullptr check
|
||||
{
|
||||
DWORD tempflags = mo->flags;
|
||||
uint32_t tempflags = mo->flags;
|
||||
|
||||
// remove old bit
|
||||
tempflags &= ~(1 << flagnum);
|
||||
|
|
@ -1953,7 +1953,7 @@ void FParser::SF_SectorColormap(void)
|
|||
|
||||
if (t_argv[1].type==svt_string)
|
||||
{
|
||||
DWORD cm = R_ColormapNumForName(t_argv[1].value.s);
|
||||
uint32_t cm = R_ColormapNumForName(t_argv[1].value.s);
|
||||
|
||||
FSSectorTagIterator itr(tagnum);
|
||||
while ((i = itr.Next()) >= 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue