mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-24 21:01:34 +00:00
fix wrong buttons in add bot menu ingame
This commit is contained in:
parent
92d6022737
commit
bb550a75ef
2 changed files with 15 additions and 5 deletions
|
@ -293,8 +293,7 @@ static void UI_RemoveBotsMenu_Init( void ) {
|
||||||
removeBotsMenuInfo.bots[n].style = UI_LEFT|UI_SMALLFONT;
|
removeBotsMenuInfo.bots[n].style = UI_LEFT|UI_SMALLFONT;
|
||||||
}
|
}
|
||||||
|
|
||||||
removeBotsMenuInfo.delete.generic.type = MTYPE_BITMAP;
|
removeBotsMenuInfo.delete.generic.type = MTYPE_PTEXT;
|
||||||
removeBotsMenuInfo.delete.generic.name = ART_DELETE0;
|
|
||||||
removeBotsMenuInfo.delete.generic.flags = QMF_LEFT_JUSTIFY|QMF_PULSEIFFOCUS;
|
removeBotsMenuInfo.delete.generic.flags = QMF_LEFT_JUSTIFY|QMF_PULSEIFFOCUS;
|
||||||
removeBotsMenuInfo.delete.generic.id = ID_DELETE;
|
removeBotsMenuInfo.delete.generic.id = ID_DELETE;
|
||||||
removeBotsMenuInfo.delete.generic.callback = UI_RemoveBotsMenu_DeleteEvent;
|
removeBotsMenuInfo.delete.generic.callback = UI_RemoveBotsMenu_DeleteEvent;
|
||||||
|
@ -304,8 +303,7 @@ static void UI_RemoveBotsMenu_Init( void ) {
|
||||||
removeBotsMenuInfo.delete.height = 64;
|
removeBotsMenuInfo.delete.height = 64;
|
||||||
removeBotsMenuInfo.delete.focuspic = ART_DELETE1;
|
removeBotsMenuInfo.delete.focuspic = ART_DELETE1;
|
||||||
|
|
||||||
removeBotsMenuInfo.back.generic.type = MTYPE_BITMAP;
|
removeBotsMenuInfo.back.generic.type = MTYPE_PTEXT;
|
||||||
removeBotsMenuInfo.back.generic.name = ART_BACK0;
|
|
||||||
removeBotsMenuInfo.back.generic.flags = QMF_LEFT_JUSTIFY|QMF_PULSEIFFOCUS;
|
removeBotsMenuInfo.back.generic.flags = QMF_LEFT_JUSTIFY|QMF_PULSEIFFOCUS;
|
||||||
removeBotsMenuInfo.back.generic.id = ID_BACK;
|
removeBotsMenuInfo.back.generic.id = ID_BACK;
|
||||||
removeBotsMenuInfo.back.generic.callback = UI_RemoveBotsMenu_BackEvent;
|
removeBotsMenuInfo.back.generic.callback = UI_RemoveBotsMenu_BackEvent;
|
||||||
|
|
|
@ -857,9 +857,21 @@ q3rallycode
|
||||||
engine\resync_svn.sh
|
engine\resync_svn.sh
|
||||||
[Open project files]
|
[Open project files]
|
||||||
0=engine\code\qcommon\q_shared.h
|
0=engine\code\qcommon\q_shared.h
|
||||||
|
1=engine\code\AL\al.h
|
||||||
|
2=engine\code\q3_ui\ui_rally_servers.c
|
||||||
|
3=engine\code\q3_ui\ui_removebots.c
|
||||||
[Selected Project Files]
|
[Selected Project Files]
|
||||||
Main=
|
Main=
|
||||||
Selected=engine\code\qcommon\q_shared.h
|
Selected=engine\code\q3_ui\ui_removebots.c
|
||||||
[engine\code\qcommon\q_shared.h]
|
[engine\code\qcommon\q_shared.h]
|
||||||
TopLine=15
|
TopLine=15
|
||||||
Caret=39,58
|
Caret=39,58
|
||||||
|
[engine\code\AL\al.h]
|
||||||
|
TopLine=273
|
||||||
|
Caret=1,289
|
||||||
|
[engine\code\q3_ui\ui_rally_servers.c]
|
||||||
|
TopLine=1780
|
||||||
|
Caret=1,1796
|
||||||
|
[engine\code\q3_ui\ui_removebots.c]
|
||||||
|
TopLine=210
|
||||||
|
Caret=54,306
|
||||||
|
|
Loading…
Reference in a new issue