Remove unneeded comment

This commit is contained in:
GoldenTails 2020-06-06 05:32:21 -05:00
parent 457714e480
commit 7b4dee87e6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ typedef enum
BT_WEAPONPREV = 1<<5,
BT_ATTACK = 1<<6, // shoot rings
BT_SPIN = 1<<7, // spin
BT_SPIN = 1<<7,
BT_CAMLEFT = 1<<8, // turn camera left
BT_CAMRIGHT = 1<<9, // turn camera right
BT_TOSSFLAG = 1<<10,