- fixed many compilation errors with GCC and Clang

This commit is contained in:
alexey.lysiuk 2019-01-07 10:14:52 +02:00 committed by Christoph Oelckers
commit 11958b713e
25 changed files with 110 additions and 110 deletions

View file

@ -130,7 +130,7 @@ void DFsScript::ClearSections()
var->Destroy();
var = next;
}
sections[i] = NULL;
sections[i] = nullptr;
}
}