- some more fixes of 'Restart'. Still not working as intended.

This commit is contained in:
Christoph Oelckers 2015-04-28 19:03:52 +02:00
commit afa022605a
6 changed files with 27 additions and 17 deletions

View file

@ -594,6 +594,7 @@ void InitThingdef()
}
// Create a sorted list of native action functions
AFTable.Clear();
if (AFTable.Size() == 0)
{
FAutoSegIterator probe(ARegHead, ARegTail);