mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-16 09:11:11 +00:00
fix wrong buttons in add bot menu ingame
This commit is contained in:
parent
a7a6305b9b
commit
02f649d08c
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue