mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-29 05:41:02 +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);
|
totalfiles = READUINT8(p);
|
||||||
for (; totalfiles > 0; --totalfiles)
|
for (; totalfiles > 0; --totalfiles)
|
||||||
{
|
{
|
||||||
SKIPSTRING(p);
|
SKIPSTRING(p)
|
||||||
READMEM(p, md5sum, 16);
|
READMEM(p, md5sum, 16)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!(flags & DF_GHOST))
|
if (!(flags & DF_GHOST))
|
||||||
|
|
Loading…
Reference in a new issue