Function names

git-svn-id: https://svn.eduke32.com/eduke32@6831 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-04-12 21:03:47 +00:00
parent e5bcc1cf81
commit 19c43b84b3
31 changed files with 375 additions and 394 deletions

View file

@ -2679,7 +2679,7 @@ static int32_t defsparser(scriptfile *script)
break;
}
psky_t * const newpsky = E_DefinePsky(tile);
psky_t * const newpsky = tileSetupSky(tile);
while (script->textptr < blockend)
{