mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 12:30:40 +00:00
- fixed: BFSSearch did not mark its start sector as added.
As a result it could be added twice.
This commit is contained in:
parent
1b3b8ab7cc
commit
2a51e5eca3
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ public:
|
|||
|
||||
startpos = store.Size();
|
||||
curpos = startpos;
|
||||
Set(startnode);
|
||||
store.Push(startnode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue