mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	fixed Nil and Sol
This commit is contained in:
		| @@ -3966,6 +3966,8 @@ EX void gridline(const shiftmatrix& V, const hyperpoint h1, const hyperpoint h2, | ||||
| int hrmap::wall_offset(cell *c) { | ||||
|   int id = currentmap->full_shvid(c); | ||||
|  | ||||
|   if(WDIM == 3 && !hybri && !reg3::in()) return 0; | ||||
|  | ||||
|   if(isize(cgi.walloffsets) <= id) cgi.walloffsets.resize(id+1, {-1, nullptr}); | ||||
|   auto &wop = cgi.walloffsets[id]; | ||||
|   int &wo = wop.first; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue