mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-29 19:22:38 +00:00
Bump demoversion for TA replay checks
This commit is contained in:
parent
bcc48c6fa3
commit
3bd73262aa
1 changed files with 2 additions and 1 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)
|
||||
// - 0x0011 -- RR 2.4 rc2 (K_FlipFromObject oversight)
|
||||
// - 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 DEMOVERSION 0x0012
|
||||
#define DEMOVERSION 0x0013
|
||||
|
||||
boolean G_CompatLevel(UINT16 level)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue