commit
7918e6067d
2 changed files with 20 additions and 18 deletions
|
@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue