- added ML_BLOCKHITSCAN line flag.
This commit is contained in:
parent
a78ad3188b
commit
6a07118ea4
6 changed files with 9 additions and 1 deletions
|
|
@ -927,6 +927,10 @@ public:
|
|||
Flag(ld->flags, ML_BLOCKSIGHT, key);
|
||||
continue;
|
||||
|
||||
case NAME_blockhitscan:
|
||||
Flag(ld->flags, ML_BLOCKHITSCAN, key);
|
||||
continue;
|
||||
|
||||
// [Dusk] lock number
|
||||
case NAME_Locknumber:
|
||||
ld->locknumber = CheckInt(key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue