Merge pull request #13 from Clownacy/master
Merge Clownacy/master into master
This commit is contained in:
commit
71015da19b
2 changed files with 20 additions and 18 deletions
|
@ -344,7 +344,8 @@ void HitBulletMap()
|
|||
|
||||
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
|
||||
{
|
||||
|
@ -401,3 +402,4 @@ void HitBulletMap()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue