mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-04 23:11:35 +00:00
Final check is not performed with just +1! Something is not right.
This commit is contained in:
parent
688488de62
commit
cb0d3794f7
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ void CSMTools::ReferenceableCheckStage::perform(int stage, std::vector< std::str
|
||||||
int CSMTools::ReferenceableCheckStage::setup()
|
int CSMTools::ReferenceableCheckStage::setup()
|
||||||
{
|
{
|
||||||
mPlayerPresent = false;
|
mPlayerPresent = false;
|
||||||
return mReferencables.getSize() + 1;
|
return mReferencables.getSize() + 2; //DANGER, final check is not performed if it is just +1
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSMTools::ReferenceableCheckStage::bookCheck(
|
void CSMTools::ReferenceableCheckStage::bookCheck(
|
||||||
|
|
Loading…
Reference in a new issue