- replaced the homegrown integer types in all p* sources and headers.
This commit is contained in:
parent
3a0e29dab9
commit
ad41b23506
37 changed files with 487 additions and 487 deletions
|
|
@ -439,7 +439,7 @@ FStateDefine *FStateDefinitions::FindStateAddress(const char *name)
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
void FStateDefinitions::SetStateLabel(const char *statename, FState *state, BYTE defflags)
|
||||
void FStateDefinitions::SetStateLabel(const char *statename, FState *state, uint8_t defflags)
|
||||
{
|
||||
FStateDefine *std = FindStateAddress(statename);
|
||||
std->State = state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue