Skip to content

Commit

Permalink
Merge pull request colobot#1670 from hexagonrecursion/patch-2
Browse files Browse the repository at this point in the history
Remove no-op
  • Loading branch information
tomaszkax86 authored May 19, 2024
2 parents 3dc72b1 + a7502f7 commit d56c7db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CBot/src/CBot/CBotStack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,6 @@ bool CBotStack::ExecuteCall(long& nIdent, CBotToken* token, CBotVar** ppVar, con

// first looks by the identifier

res = m_prog->GetExternalCalls()->DoCall(nullptr, nullptr, ppVar, this, rettype);
if (res >= 0) return res;

res = CBotFunction::DoCall(m_prog, m_prog->GetFunctions(), nIdent, "", ppVar, this, token);
if (res >= 0) return res;

Expand Down

0 comments on commit d56c7db

Please sign in to comment.