mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Remove unneeded comment
This commit is contained in:
parent
457714e480
commit
7b4dee87e6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ typedef enum
|
||||||
BT_WEAPONPREV = 1<<5,
|
BT_WEAPONPREV = 1<<5,
|
||||||
|
|
||||||
BT_ATTACK = 1<<6, // shoot rings
|
BT_ATTACK = 1<<6, // shoot rings
|
||||||
BT_SPIN = 1<<7, // spin
|
BT_SPIN = 1<<7,
|
||||||
BT_CAMLEFT = 1<<8, // turn camera left
|
BT_CAMLEFT = 1<<8, // turn camera left
|
||||||
BT_CAMRIGHT = 1<<9, // turn camera right
|
BT_CAMRIGHT = 1<<9, // turn camera right
|
||||||
BT_TOSSFLAG = 1<<10,
|
BT_TOSSFLAG = 1<<10,
|
||||||
|
|
Loading…
Reference in a new issue