From 02f649d08cd7a03211f97345a0595c4857cd0b74 Mon Sep 17 00:00:00 2001 From: q3rally Date: Sun, 15 May 2016 06:00:27 +0000 Subject: [PATCH] fix wrong buttons in add bot menu ingame --- engine/code/q3_ui/ui_addbots.c | 2 +- engine/code/qcommon/q_shared.h | 2 +- q3rallycode.ppr | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/code/q3_ui/ui_addbots.c b/engine/code/q3_ui/ui_addbots.c index 1d1f62dc..0db86962 100644 --- a/engine/code/q3_ui/ui_addbots.c +++ b/engine/code/q3_ui/ui_addbots.c @@ -364,7 +364,7 @@ static void UI_AddBotsMenu_Init( void ) { addBotsMenuInfo.go.generic.flags = QMF_LEFT_JUSTIFY|QMF_PULSEIFFOCUS; addBotsMenuInfo.go.generic.id = ID_GO; addBotsMenuInfo.go.generic.callback = UI_AddBotsMenu_FightEvent; - addBotsMenuInfo.go.generic.x = 320+128-128; + addBotsMenuInfo.go.generic.x = 320+128; addBotsMenuInfo.go.generic.y = 256+128-64; addBotsMenuInfo.go.string = "GO"; addBotsMenuInfo.go.color = text_color_normal; diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index b72eb9e8..2a6355d5 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 r143" +#define PRODUCT_VERSION "v0.0.0.4 r144" #endif #define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION diff --git a/q3rallycode.ppr b/q3rallycode.ppr index 829fa229..ab667585 100644 --- a/q3rallycode.ppr +++ b/q3rallycode.ppr @@ -875,8 +875,8 @@ Selected=engine\code\q3_ui\ui_addbots.c TopLine=40 Caret=39,58 [engine\code\q3_ui\ui_addbots.c] -TopLine=357 -Caret=10,70 +TopLine=356 +Caret=42,367 [engine\code\q3_ui\ui_cdkey.c] TopLine=259 Caret=1,277