- some refactoring of olddecorations.cpp to move some repeated code into a subfunction.
This commit is contained in:
parent
b5029e0976
commit
d1b2ef5368
4 changed files with 17 additions and 10 deletions
|
|
@ -1715,7 +1715,7 @@ static void SetPointer(FState *state, PFunction *sym, int frame = 0)
|
|||
{
|
||||
if (sym == NULL)
|
||||
{
|
||||
state->SetAction(NULL);
|
||||
state->ClearAction();
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue