- replaced homegrown SWORD, SBYTE and uint32_t types.
This commit is contained in:
parent
cc1241a4b8
commit
c008ddaf66
61 changed files with 235 additions and 238 deletions
|
|
@ -318,7 +318,7 @@ FFont *V_GetFont(const char *name)
|
|||
|
||||
if (lump != -1)
|
||||
{
|
||||
uint32 head;
|
||||
uint32_t head;
|
||||
{
|
||||
FWadLump lumpy = Wads.OpenLumpNum (lump);
|
||||
lumpy.Read (&head, 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue