Documentation : Document identical case branches in ActBullet
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
7ddcbfaa73
commit
1891591586
1 changed files with 2 additions and 2 deletions
|
@ -2352,7 +2352,7 @@ void ActBullet()
|
||||||
case 33:
|
case 33:
|
||||||
ActBullet_SuperBom(&gBul[i], 3);
|
ActBullet_SuperBom(&gBul[i], 3);
|
||||||
break;
|
break;
|
||||||
case 34:
|
case 34: // Identical to case 43
|
||||||
ActBullet_Nemesis(&gBul[i], 1);
|
ActBullet_Nemesis(&gBul[i], 1);
|
||||||
break;
|
break;
|
||||||
case 35:
|
case 35:
|
||||||
|
@ -2379,7 +2379,7 @@ void ActBullet()
|
||||||
case 42:
|
case 42:
|
||||||
ActBullet_SpurTail(&gBul[i], 3);
|
ActBullet_SpurTail(&gBul[i], 3);
|
||||||
break;
|
break;
|
||||||
case 43:
|
case 43: // Identical to case 34
|
||||||
ActBullet_Nemesis(&gBul[i], 1);
|
ActBullet_Nemesis(&gBul[i], 1);
|
||||||
break;
|
break;
|
||||||
case 44:
|
case 44:
|
||||||
|
|
Loading…
Add table
Reference in a new issue