[splittiming] Define far ahead version.

This will let other branches develop .ssc if needed
while this branch takes its time.
This commit is contained in:
Jason Felds
2011-05-09 22:49:47 -04:00
parent f629f06c34
commit 2ad3b729f1
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -25,6 +25,8 @@ enum SSCLoadingStates
const float VERSION_RADAR_FAKE = 0.53f;
/** @brief The version where WarpSegments started to be utilized. */
const float VERSION_WARP_SEGMENT = 0.56f;
/** @brief The version that formally introduced Split Timing. */
const float VERSION_SPLIT_TIMING = 0.7f;
/**
* @brief The SSCLoader handles all of the parsing needed for .ssc files.