mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed floorshape gp delayer
This commit is contained in:
		| @@ -554,7 +554,7 @@ namespace gp { | |||||||
|       } |       } | ||||||
|     auto& id = pshid[siid][sidir][draw_li.relative.first&31][draw_li.relative.second&31][fix6(draw_li.total_dir)]; |     auto& id = pshid[siid][sidir][draw_li.relative.first&31][draw_li.relative.second&31][fix6(draw_li.total_dir)]; | ||||||
|     if(id == -1 && sphere && isize(shFloor.b) > 0) { |     if(id == -1 && sphere && isize(shFloor.b) > 0) { | ||||||
|       forCellEx(c1, c) if(!gmatrix.count(c1)) return 0; |       forCellEx(c1, c) if(!gmatrix0.count(c1)) return 0; | ||||||
|       } |       } | ||||||
|     if(id == -1) build_plainshape(id, draw_li, c, siid, sidir); |     if(id == -1) build_plainshape(id, draw_li, c, siid, sidir); | ||||||
|     return id; |     return id; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue