mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
RC2 text
BETAVERSION RC1 -> RC2 & Text is slightly less opaque
This commit is contained in:
parent
535bd7a9aa
commit
25341b5be1
2 changed files with 3 additions and 3 deletions
|
|
@ -1587,9 +1587,9 @@ void ST_Drawer(void)
|
||||||
char nag[256];
|
char nag[256];
|
||||||
snprintf(nag, sizeof(nag), "KartKrew.org - %s %s - Pre-release testing version", SRB2VERSION, BETAVERSION);
|
snprintf(nag, sizeof(nag), "KartKrew.org - %s %s - Pre-release testing version", SRB2VERSION, BETAVERSION);
|
||||||
|
|
||||||
V_DrawCenteredMenuString(BASEVIDWIDTH/2, 2, V_30TRANS|V_SNAPTOTOP, nag);
|
V_DrawCenteredMenuString(BASEVIDWIDTH/2, 2, V_60TRANS|V_SNAPTOTOP, nag);
|
||||||
|
|
||||||
V_DrawCenteredMenuString(BASEVIDWIDTH/2, BASEVIDHEIGHT - 10, V_30TRANS|V_SNAPTOBOTTOM, nag);
|
V_DrawCenteredMenuString(BASEVIDWIDTH/2, BASEVIDHEIGHT - 10, V_60TRANS|V_SNAPTOBOTTOM, nag);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@
|
||||||
#define MODVERSION 5
|
#define MODVERSION 5
|
||||||
|
|
||||||
// Define this as a prerelease version suffix
|
// Define this as a prerelease version suffix
|
||||||
#define BETAVERSION "RC1"
|
#define BETAVERSION "RC2"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue