From f2a09788b6b3a3ab4454571d4bf023d2370d14cc Mon Sep 17 00:00:00 2001 From: q3rally Date: Thu, 18 Feb 2021 13:39:47 +0000 Subject: [PATCH] menu transitions now a bit faster --- engine/code/q3_ui/ui_local.h | 2 +- q3rallycode.ppr | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/engine/code/q3_ui/ui_local.h b/engine/code/q3_ui/ui_local.h index d69d9ecf..cf9e1a8d 100644 --- a/engine/code/q3_ui/ui_local.h +++ b/engine/code/q3_ui/ui_local.h @@ -37,7 +37,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA typedef void (*voidfunc_f)(void); // STONELANCE -#define MENU_TRANSITION_TIME 1000 +#define MENU_TRANSITION_TIME 665 #define DEFAULT_MODEL "sidepipe" #define DEFAULT_SKIN "red" diff --git a/q3rallycode.ppr b/q3rallycode.ppr index 056766c2..f38d4676 100644 --- a/q3rallycode.ppr +++ b/q3rallycode.ppr @@ -427,7 +427,7 @@ q3rallycode engine\code\null\null_main.c engine\code\null\null_net.c engine\code\null\null_snddma.c - -q3_ui + +q3_ui engine\code\q3_ui\ui.def engine\code\q3_ui\ui_addbots.c engine\code\q3_ui\ui_atoms.c @@ -486,7 +486,7 @@ q3rallycode engine\code\q3_ui\ui_team.c engine\code\q3_ui\ui_teamorders.c engine\code\q3_ui\ui_video.c - +qcommon + -qcommon engine\code\qcommon\cm_load.c engine\code\qcommon\cm_local.h engine\code\qcommon\cm_patch.c @@ -865,9 +865,11 @@ q3rallycode 4=engine\code\qcommon\q_shared.h 5=engine\code\q3_ui\ui_rally_credits.c 6=engine\code\q3_ui\ui_credits.c +7=engine\code\q3_ui\ui_qmenu.c +8=engine\code\q3_ui\ui_local.h [Selected Project Files] Main= -Selected=engine\code\q3_ui\ui_credits.c +Selected=engine\code\q3_ui\ui_local.h [engine\code\qcommon\files.c] TopLine=3681 Caret=1,3695 @@ -889,3 +891,9 @@ Caret=1,78 [engine\code\q3_ui\ui_credits.c] TopLine=110 Caret=76,135 +[engine\code\q3_ui\ui_qmenu.c] +TopLine=1899 +Caret=64,1916 +[engine\code\q3_ui\ui_local.h] +TopLine=25 +Caret=33,40