mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'beta-version-rc2' into 'master'
Release Candidate 1 -> 2 (Text) See merge request kart-krew-dev/ring-racers-internal!2846
This commit is contained in:
commit
be73737bad
2 changed files with 3 additions and 3 deletions
|
|
@ -1587,9 +1587,9 @@ void ST_Drawer(void)
|
|||
char nag[256];
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
#define MODVERSION 5
|
||||
|
||||
// Define this as a prerelease version suffix
|
||||
#define BETAVERSION "RC1"
|
||||
#define BETAVERSION "RC2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue