Fix 1.3D, sorry guys

git-svn-id: https://svn.eduke32.com/eduke32@3885 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2013-06-13 21:17:17 +00:00
parent 8479e63b7c
commit 47745497b0
1 changed files with 2 additions and 0 deletions

View File

@ -6039,6 +6039,8 @@ repeatcase:
g_scriptVersion = 10;
else if (j == 21)
g_scriptVersion = 11;
else if (j == 25)
g_scriptVersion = 13;
break;
}
else