Well then, I sure fucked that last commit up didn't I

git-svn-id: https://svn.eduke32.com/eduke32@3816 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2013-05-25 22:50:46 +00:00
parent e3dedb19ee
commit 4e9cf9722a

View file

@ -5625,7 +5625,7 @@ repeatcase:
while (*textptr == ' ' || *textptr == '\t') textptr++;
// cheap hack, 0.99 doesn't have the 3D Realms time
if (*(textptr+2) == ':' && g_scriptVersion == 10)
if (*(textptr+2) == ':')
{
MapInfo[j *MAXLEVELS+k].designertime =
(((*(textptr+0)-'0')*10+(*(textptr+1)-'0'))*REALGAMETICSPERSEC*60)+
@ -5634,7 +5634,7 @@ repeatcase:
textptr += 5;
while (*textptr == ' ' || *textptr == '\t') textptr++;
}
else g_scriptVersion = 9;
else if (g_scriptVersion == 10) g_scriptVersion = 9;
i = 0;