mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
the READ/WRITE marcos do not need ;
This commit is contained in:
parent
dff82fffff
commit
71d0dfb046
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…
Reference in a new issue