Merge branch 'master' into 3.0_work
This commit is contained in:
commit
bc63c664f2
2 changed files with 4 additions and 4 deletions
|
|
@ -736,7 +736,7 @@ bool SightCheck::P_SightPathTraverse ()
|
|||
// step through map blocks
|
||||
// Count is present to prevent a round off error from skipping the break
|
||||
|
||||
int itres;
|
||||
int itres = -1;
|
||||
for (count = 0 ; count < 1000 ; count++)
|
||||
{
|
||||
// end traversing when reaching the end of the blockmap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue