From 81289b321625f68f4b15452f595abe7bb5d3c378 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 21 Apr 2019 01:09:51 +0200 Subject: [PATCH] set alt to NULL just in case --- reg3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/reg3.cpp b/reg3.cpp index b436b3d5..cc2c44b8 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -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); }