mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 11:21:01 +00:00
Remove 2 characters of whitespace
This is what I get for using find+replace I guess lol
This commit is contained in:
parent
465ad1a7bc
commit
457714e480
2 changed files with 2 additions and 2 deletions
|
@ -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, // spin
|
||||
BT_CAMLEFT = 1<<8, // turn camera left
|
||||
BT_CAMRIGHT = 1<<9, // turn camera right
|
||||
BT_TOSSFLAG = 1<<10,
|
||||
|
|
|
@ -1126,7 +1126,7 @@ static void ST_drawInput(void)
|
|||
V_DrawCharacter(x+16+1+(xoffs), y+1+(yoffs)-offs, hudinfo[HUD_LIVES].f|symb, false)
|
||||
|
||||
drawbutt( 4,-3, BT_JUMP, 'J');
|
||||
drawbutt(15,-3, BT_SPIN, 'S');
|
||||
drawbutt(15,-3, BT_SPIN, 'S');
|
||||
|
||||
V_DrawFill(x+16+4, y+8, 21, 10, hudinfo[HUD_LIVES].f|20); // sundial backing
|
||||
if (stplyr->mo)
|
||||
|
|
Loading…
Reference in a new issue