mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Merge branch 'version-changes' into 'master'
Version changes See merge request kart-krew-dev/ring-racers-internal!2979
This commit is contained in:
commit
d2a79c5100
2 changed files with 3 additions and 2 deletions
|
|
@ -183,9 +183,10 @@ demoghost *ghosts = NULL;
|
||||||
// - 0x0010 -- RR 2.4 rc1 (staff ghosts part 3 - skinlimit raise. don't say we never did anythin for 'ya)
|
// - 0x0010 -- RR 2.4 rc1 (staff ghosts part 3 - skinlimit raise. don't say we never did anythin for 'ya)
|
||||||
// - 0x0011 -- RR 2.4 rc2 (K_FlipFromObject oversight)
|
// - 0x0011 -- RR 2.4 rc2 (K_FlipFromObject oversight)
|
||||||
// - 0x0012 -- RR 2.4 rc6 (Waterskii regression from 2.3)
|
// - 0x0012 -- RR 2.4 rc6 (Waterskii regression from 2.3)
|
||||||
|
// - 0x0013 -- RR 2.4 final (No behavior changes. just used as a game version indicator for the TA folks to parse)
|
||||||
|
|
||||||
#define MINDEMOVERSION 0x000E
|
#define MINDEMOVERSION 0x000E
|
||||||
#define DEMOVERSION 0x0012
|
#define DEMOVERSION 0x0013
|
||||||
|
|
||||||
boolean G_CompatLevel(UINT16 level)
|
boolean G_CompatLevel(UINT16 level)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@
|
||||||
#define MODVERSION 12
|
#define MODVERSION 12
|
||||||
|
|
||||||
// Define this as a prerelease version suffix
|
// Define this as a prerelease version suffix
|
||||||
#define BETAVERSION "RC9"
|
//#define BETAVERSION "RC9"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue