mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Amend previous commit.
git-svn-id: https://svn.eduke32.com/eduke32@5128 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1ab930ea28
commit
8d906d6d48
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ static int32_t defsparser(scriptfile *script)
|
|||
{ "setuptile", T_SETUPTILE },
|
||||
{ "setuptilerange", T_SETUPTILERANGE },
|
||||
{ "undefinetile", T_UNDEFINETILE },
|
||||
{ "undefinetilrange",T_UNDEFINETILERANGE },
|
||||
{ "undefinetilerange", T_UNDEFINETILERANGE },
|
||||
{ "animtilerange", T_ANIMTILERANGE },
|
||||
{ "cachesize", T_CACHESIZE },
|
||||
{ "dummytilefrompic",T_IMPORTTILE },
|
||||
|
|
Loading…
Reference in a new issue