mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
whitespace
This commit is contained in:
parent
790048368d
commit
1207b44462
1 changed files with 2 additions and 2 deletions
|
@ -359,8 +359,8 @@ DRAW_misc_control_binding =
|
|||
|
||||
bind_desc_pad = 120;
|
||||
|
||||
Draw_String (x + 20, y + 10, "Backspace/Delete: Del binding");
|
||||
Draw_String (x + 20, y + 20, "Enter: New binding");
|
||||
Draw_String (x + 20, y + 10, "Backspace/Delete: Del binding");
|
||||
Draw_String (x + 20, y + 20, "Enter: New binding");
|
||||
|
||||
hl = [misc_bindings count];
|
||||
for(i=0;i < hl; i++) {
|
||||
|
|
Loading…
Reference in a new issue