1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-08 15:09:54 +00:00

fixup comment to last

This commit is contained in:
Zeno Rogue 2024-06-10 01:37:46 +02:00
parent ea7d0f20c4
commit 0fdfd0c406

View File

@ -322,6 +322,7 @@ template<class T, class U>
void virtualRebase(cell*& base, T& at, const U& check) { void virtualRebase(cell*& base, T& at, const U& check) {
if(nil && WDIM == 3 && nilv::nil_structure_index != 2) { if(nil && WDIM == 3 && nilv::nil_structure_index != 2) {
/** todo: implement for hex nil too */
hyperpoint h = check(at); hyperpoint h = check(at);
auto step = [&] (int i) { auto step = [&] (int i) {
at = currentmap->adj(base, (i+S7/2) % S7) * at; at = currentmap->adj(base, (i+S7/2) % S7) * at;