- 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
commit c5ca865a7f
2 changed files with 2 additions and 0 deletions

View file

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