mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 23:33:02 +05:00
Compare commits
2 commits
291f1f8114
...
f71b2fe828
Author | SHA1 | Date | |
---|---|---|---|
|
f71b2fe828 | ||
|
16c7a859d8 |
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ bool CTaskComplexSequence::Contains(int taskID) const
|
||||||
{
|
{
|
||||||
for (CTask* task : m_taskSequence)
|
for (CTask* task : m_taskSequence)
|
||||||
{
|
{
|
||||||
if (task->GetTaskType() == taskID)
|
if (task != nullptr && task->GetTaskType() == taskID)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<SILENTPATCH_EXT>.asi</SILENTPATCH_EXT>
|
<SILENTPATCH_EXT>.asi</SILENTPATCH_EXT>
|
||||||
<SILENTPATCH_FULL_NAME>SilentPatch for San Andreas</SILENTPATCH_FULL_NAME>
|
<SILENTPATCH_FULL_NAME>SilentPatch for San Andreas</SILENTPATCH_FULL_NAME>
|
||||||
<SILENTPATCH_REVISION_ID>33</SILENTPATCH_REVISION_ID>
|
<SILENTPATCH_REVISION_ID>33</SILENTPATCH_REVISION_ID>
|
||||||
<SILENTPATCH_BUILD_ID>1</SILENTPATCH_BUILD_ID>
|
<SILENTPATCH_BUILD_ID>2</SILENTPATCH_BUILD_ID>
|
||||||
<SILENTPATCH_COPYRIGHT>2014-2024</SILENTPATCH_COPYRIGHT>
|
<SILENTPATCH_COPYRIGHT>2014-2024</SILENTPATCH_COPYRIGHT>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup />
|
<PropertyGroup />
|
||||||
|
|
Loading…
Reference in a new issue