mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Update year count in KKD screen from 11y to 12y
This commit is contained in:
parent
c5ab5ec71e
commit
db0dfe7be1
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ static void F_IntroDrawScene(void)
|
|||
}
|
||||
|
||||
// Joyeaux Anniversaire
|
||||
V_DrawCenteredMenuString(BASEVIDWIDTH/2, 174 - (textoffs/FRACUNIT), (trans<<V_ALPHASHIFT)|V_SUBTRACT, "2013 - 11 years - 2024");
|
||||
V_DrawCenteredMenuString(BASEVIDWIDTH/2, 174 - (textoffs/FRACUNIT), (trans<<V_ALPHASHIFT)|V_SUBTRACT, "2013 - 12 years - 2025");
|
||||
|
||||
// Joyeaux Adressaire
|
||||
V_DrawCenteredMenuString(BASEVIDWIDTH/2, 184 - (textoffs/FRACUNIT), (trans<<V_ALPHASHIFT)|V_SUBTRACT, "kartkrew.org");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue