mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
fixed "bug" where you can select opposite buttons for the same function like left and right arrow for turn left. now you can define only one button for the selected funktion.
This commit is contained in:
parent
225ac61dfa
commit
5484d43f6c
3 changed files with 6 additions and 6 deletions
|
@ -794,7 +794,7 @@ static void Controls_DrawKeyBinding( void *self )
|
|||
{
|
||||
menuaction_s* a;
|
||||
int x;
|
||||
int y;
|
||||
// int y;
|
||||
int b1;
|
||||
// int b2;
|
||||
qboolean c;
|
||||
|
@ -804,7 +804,7 @@ static void Controls_DrawKeyBinding( void *self )
|
|||
a = (menuaction_s*) self;
|
||||
|
||||
x = a->generic.x;
|
||||
y = a->generic.y;
|
||||
// y = a->generic.y;
|
||||
|
||||
c = (Menu_ItemAtCursor( a->generic.parent ) == a);
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.0.0.4 r154"
|
||||
#define PRODUCT_VERSION "v0.0.0.4 r155"
|
||||
#endif
|
||||
|
||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||
|
|
|
@ -861,10 +861,10 @@ q3rallycode
|
|||
1=engine\code\q3_ui\ui_rally_controls.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\q3_ui\ui_rally_controls.c
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=40
|
||||
Caret=39,58
|
||||
[engine\code\q3_ui\ui_rally_controls.c]
|
||||
TopLine=777
|
||||
Caret=13,799
|
||||
TopLine=790
|
||||
Caret=3,807
|
||||
|
|
Loading…
Reference in a new issue