mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 23:30:25 +00:00
set alt to NULL just in case
This commit is contained in:
parent
e1227bcb6e
commit
81289b3216
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user