- added ML_BLOCKHITSCAN line flag.

This commit is contained in:
Christoph Oelckers 2013-08-09 20:35:10 +02:00
commit 6a07118ea4
6 changed files with 9 additions and 1 deletions

View file

@ -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);