- Fixed: The sight checking code didn't initialize the myseethrough variable.

SVN r1363 (trunk)
This commit is contained in:
Christoph Oelckers 2009-01-24 00:21:12 +00:00
parent 036deb1ae6
commit c5ca865a7f
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
January 24, 2009 (Changes by Graf Zahl)
- Fixed: The sight checking code didn't initialize the myseethrough variable.
- Fixed: With COMPAT_TRACE switched on linedef actions on lines having
the same sector on both sides were not triggered.

View file

@ -76,6 +76,7 @@ public:
SeePastBlockEverything = flags & 6;
SeePastShootableLines = flags & 4;
myseethrough = FF_SEETHROUGH;
}
};