Compare commits

..

1 commit

Author SHA1 Message Date
Echo J.
291f1f8114
Merge 8871042371 into 47e7ab6b1f 2024-11-15 01:47:59 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ bool CTaskComplexSequence::Contains(int taskID) const
{
for (CTask* task : m_taskSequence)
{
if (task != nullptr && task->GetTaskType() == taskID)
if (task->GetTaskType() == taskID)
{
return true;
}

View file

@ -6,7 +6,7 @@
<SILENTPATCH_EXT>.asi</SILENTPATCH_EXT>
<SILENTPATCH_FULL_NAME>SilentPatch for San Andreas</SILENTPATCH_FULL_NAME>
<SILENTPATCH_REVISION_ID>33</SILENTPATCH_REVISION_ID>
<SILENTPATCH_BUILD_ID>2</SILENTPATCH_BUILD_ID>
<SILENTPATCH_BUILD_ID>1</SILENTPATCH_BUILD_ID>
<SILENTPATCH_COPYRIGHT>2014-2024</SILENTPATCH_COPYRIGHT>
</PropertyGroup>
<PropertyGroup />