- some refactoring of olddecorations.cpp to move some repeated code into a subfunction.

This commit is contained in:
Christoph Oelckers 2016-02-10 14:38:08 +01:00
commit d1b2ef5368
4 changed files with 17 additions and 10 deletions

View file

@ -1715,7 +1715,7 @@ static void SetPointer(FState *state, PFunction *sym, int frame = 0)
{
if (sym == NULL)
{
state->SetAction(NULL);
state->ClearAction();
return;
}
else