mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Fixed wrong token for Light keyword.
This commit is contained in:
parent
d74584e5b2
commit
82bc5e7bd1
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ static void InitTokenMap()
|
|||
TOKENDEF (TK_NoDelay, ZCC_NODELAY);
|
||||
TOKENDEF (TK_Offset, ZCC_OFFSET);
|
||||
TOKENDEF (TK_CanRaise, ZCC_CANRAISE);
|
||||
TOKENDEF (TK_Light, ZCC_CANRAISE);
|
||||
TOKENDEF (TK_Light, ZCC_LIGHT);
|
||||
|
||||
ZCC_InitOperators();
|
||||
ZCC_InitConversions();
|
||||
|
|
Loading…
Reference in a new issue