* 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

@ -7,7 +7,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug GL|Win32'">
<LocalDebuggerWorkingDirectory>$(ProjectDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>-game dmods/init</LocalDebuggerCommandArguments>
</PropertyGroup>
</Project>