mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	fixup comment to last
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user