mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-25 05:11:00 +00:00
fix wrong buttons in add bot menu ingame
This commit is contained in:
parent
fdfde7b249
commit
cd6cc39694
3 changed files with 9 additions and 9 deletions
|
@ -366,9 +366,9 @@ static void UI_AddBotsMenu_Init( void ) {
|
||||||
addBotsMenuInfo.go.generic.callback = UI_AddBotsMenu_FightEvent;
|
addBotsMenuInfo.go.generic.callback = UI_AddBotsMenu_FightEvent;
|
||||||
addBotsMenuInfo.go.generic.x = 320+128-128;
|
addBotsMenuInfo.go.generic.x = 320+128-128;
|
||||||
addBotsMenuInfo.go.generic.y = 256+128-64;
|
addBotsMenuInfo.go.generic.y = 256+128-64;
|
||||||
addBotsMenuInfo.go.string = "Go";
|
addBotsMenuInfo.go.string = "GO";
|
||||||
addBotsMenuInfo.go.color = text_color_normal;
|
addBotsMenuInfo.go.color = text_color_normal;
|
||||||
addBotsMenuInfo.gö.style = UI_LEFT | UI_SMALLFONT;
|
addBotsMenuInfo.go.style = UI_RIGHT | UI_SMALLFONT;
|
||||||
|
|
||||||
addBotsMenuInfo.back.generic.type = MTYPE_PTEXT;
|
addBotsMenuInfo.back.generic.type = MTYPE_PTEXT;
|
||||||
addBotsMenuInfo.back.generic.flags = QMF_LEFT_JUSTIFY|QMF_PULSEIFFOCUS;
|
addBotsMenuInfo.back.generic.flags = QMF_LEFT_JUSTIFY|QMF_PULSEIFFOCUS;
|
||||||
|
|
|
@ -55,7 +55,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define BASETA "missionpack"
|
#define BASETA "missionpack"
|
||||||
|
|
||||||
#ifndef PRODUCT_VERSION
|
#ifndef PRODUCT_VERSION
|
||||||
#define PRODUCT_VERSION "v0.0.0.4 r141"
|
#define PRODUCT_VERSION "v0.0.0.4 r142"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||||
|
|
|
@ -869,16 +869,16 @@ q3rallycode
|
||||||
10=engine\code\q3_ui\ui_playersettings.c
|
10=engine\code\q3_ui\ui_playersettings.c
|
||||||
[Selected Project Files]
|
[Selected Project Files]
|
||||||
Main=
|
Main=
|
||||||
Selected=engine\code\q3_ui\ui_addbots.c
|
Selected=engine\code\qcommon\q_shared.h
|
||||||
[engine\code\qcommon\q_shared.h]
|
[engine\code\qcommon\q_shared.h]
|
||||||
TopLine=42
|
TopLine=42
|
||||||
Caret=1,58
|
Caret=39,58
|
||||||
[engine\code\q3_ui\ui_addbots.c]
|
[engine\code\q3_ui\ui_addbots.c]
|
||||||
TopLine=359
|
TopLine=355
|
||||||
Caret=38,369
|
Caret=41,371
|
||||||
[engine\code\q3_ui\ui_cdkey.c]
|
[engine\code\q3_ui\ui_cdkey.c]
|
||||||
TopLine=249
|
TopLine=259
|
||||||
Caret=1,265
|
Caret=1,277
|
||||||
[engine\code\q3_ui\ui_cinematics.c]
|
[engine\code\q3_ui\ui_cinematics.c]
|
||||||
TopLine=309
|
TopLine=309
|
||||||
Caret=1,325
|
Caret=1,325
|
||||||
|
|
Loading…
Reference in a new issue