set alt to NULL just in case

This commit is contained in:
Zeno Rogue 2019-04-21 01:09:51 +02:00
parent e1227bcb6e
commit 81289b3216
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ namespace reg3 {
allh[i]->c7 = newCell(S7, allh[i]);
allh[i]->fieldval = i;
allh[i]->zebraval = 0;
allh[i]->alt = NULL;
acells.push_back(allh[i]->c7);
}