Start undoing C++ comments

This commit is contained in:
retro-wertz
2017-10-15 02:07:42 +08:00
parent e428160996
commit ebca2248d0
75 changed files with 641 additions and 582 deletions

View File

@@ -37,7 +37,7 @@ static void FP_FASTAPASS(3) ZapperFrapper(int w, uint8 * bg, uint8 * spr, uint32
int xs, xe;
int zx, zy;
if (!bg) { // New line, so reset stuff.
if (!bg) { /* New line, so reset stuff. */
ZD[w].zappo = 0;
return;
}