mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Fix 1.3D, sorry guys
git-svn-id: https://svn.eduke32.com/eduke32@3885 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8479e63b7c
commit
47745497b0
1 changed files with 2 additions and 0 deletions
|
@ -6039,6 +6039,8 @@ repeatcase:
|
|||
g_scriptVersion = 10;
|
||||
else if (j == 21)
|
||||
g_scriptVersion = 11;
|
||||
else if (j == 25)
|
||||
g_scriptVersion = 13;
|
||||
break;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue