diff --git a/engine/code/q3_ui/ui_rally_controls.c b/engine/code/q3_ui/ui_rally_controls.c index 2ae1b942..3e68386d 100644 --- a/engine/code/q3_ui/ui_rally_controls.c +++ b/engine/code/q3_ui/ui_rally_controls.c @@ -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); @@ -823,7 +823,7 @@ static void Controls_DrawKeyBinding( void *self ) // Q_strupr(name2); // strcat( name, " or " ); - strcat( name ); + strcat( name, 0 ); // strcat( name, name2 ); // } } diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index f05fe19c..5fb3b513 100644 --- a/engine/code/qcommon/q_shared.h +++ b/engine/code/qcommon/q_shared.h @@ -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 r155" +#define PRODUCT_VERSION "v0.0.0.4 r156" #endif #define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION diff --git a/q3rallycode.ppr b/q3rallycode.ppr index c9f197a0..ede16acf 100644 --- a/q3rallycode.ppr +++ b/q3rallycode.ppr @@ -867,4 +867,4 @@ TopLine=40 Caret=39,58 [engine\code\q3_ui\ui_rally_controls.c] TopLine=790 -Caret=3,807 +Caret=24,826