mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Item Toggles: interpolate with menu transition
This commit is contained in:
parent
5e29486886
commit
ccbbc3cf1a
1 changed files with 1 additions and 1 deletions
|
|
@ -5040,7 +5040,7 @@ void M_DrawItemToggles(void)
|
|||
const INT32 column = itemOn/height;
|
||||
//const INT32 row = itemOn%height;
|
||||
INT32 leftdraw, rightdraw, totaldraw;
|
||||
INT32 x = currentMenu->x + menutransition.tics*64, y = currentMenu->y;
|
||||
INT32 x = currentMenu->x + M_EaseWithTransition(Easing_Linear, 5 * 64), y = currentMenu->y;
|
||||
INT32 onx = 0, ony = 0;
|
||||
consvar_t *cv;
|
||||
INT32 i, drawnum;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue