Merge branch 'master' into addSomeMoreStuffToGitIgnore

This commit is contained in:
Gabriel Ravier 2019-05-07 20:20:45 +02:00
commit d3ae0df01a
2 changed files with 20 additions and 18 deletions

View file

@ -344,7 +344,8 @@ void HitBulletMap()
if (gBul[i].bbits & 4) if (gBul[i].bbits & 4)
{ {
// For some reason a 'continue' just doesn't produce the same assembly // Using "continue" here doesn't produce accurate assembly
// TODO Figure out what Pixel actually did (it's unlikely he left the brackets empty)
} }
else else
{ {
@ -401,3 +402,4 @@ void HitBulletMap()
} }
} }
} }