mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
set alt to NULL just in case
This commit is contained in:
1
reg3.cpp
1
reg3.cpp
@@ -352,6 +352,7 @@ namespace reg3 {
|
|||||||
allh[i]->c7 = newCell(S7, allh[i]);
|
allh[i]->c7 = newCell(S7, allh[i]);
|
||||||
allh[i]->fieldval = i;
|
allh[i]->fieldval = i;
|
||||||
allh[i]->zebraval = 0;
|
allh[i]->zebraval = 0;
|
||||||
|
allh[i]->alt = NULL;
|
||||||
acells.push_back(allh[i]->c7);
|
acells.push_back(allh[i]->c7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user