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
942efa707b
commit
225ac61dfa
3 changed files with 6 additions and 6 deletions
|
@ -796,7 +796,7 @@ static void Controls_DrawKeyBinding( void *self )
|
|||
int x;
|
||||
int y;
|
||||
int b1;
|
||||
int b2;
|
||||
// int b2;
|
||||
qboolean c;
|
||||
char name[32];
|
||||
// char name2[32];
|
||||
|
@ -825,7 +825,7 @@ static void Controls_DrawKeyBinding( void *self )
|
|||
// strcat( name, " or " );
|
||||
strcat( name );
|
||||
// strcat( name, name2 );
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
if (c)
|
||||
|
|
|
@ -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 r153"
|
||||
#define PRODUCT_VERSION "v0.0.0.4 r154"
|
||||
#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\qcommon\q_shared.h
|
||||
Selected=engine\code\q3_ui\ui_rally_controls.c
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=40
|
||||
Caret=39,58
|
||||
[engine\code\q3_ui\ui_rally_controls.c]
|
||||
TopLine=800
|
||||
Caret=24,826
|
||||
TopLine=777
|
||||
Caret=13,799
|
||||
|
|
Loading…
Reference in a new issue