* Properly handles an illegal frame # sent to sp_frame instead of crashing

- Versioned to 2.75


git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1492 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
seth 2017-09-19 05:01:41 +00:00
parent 1adfda0aab
commit 79e8424266
4 changed files with 35 additions and 7 deletions

View file

@ -180,8 +180,8 @@ App::App()
m_bDidPostInit = false;
m_bHasDMODSupport = true;
//for mobiles
m_version = 1.74f;
m_versionString = "V1.7.4";
m_version = 1.75f;
m_versionString = "V1.7.5";
m_build = 1;
m_bCheatsEnabled = false;