mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
the READ/WRITE marcos do not need ;
This commit is contained in:
parent
c209e211ae
commit
8b5f25caa0
1 changed files with 2 additions and 2 deletions
|
|
@ -7218,8 +7218,8 @@ void G_UpdateStaffGhostName(lumpnum_t l)
|
|||
totalfiles = READUINT8(p);
|
||||
for (; totalfiles > 0; --totalfiles)
|
||||
{
|
||||
SKIPSTRING(p);
|
||||
READMEM(p, md5sum, 16);
|
||||
SKIPSTRING(p)
|
||||
READMEM(p, md5sum, 16)
|
||||
}
|
||||
}
|
||||
if (!(flags & DF_GHOST))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue