mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed a crash introduced in 10.4h
This commit is contained in:
		
							
								
								
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							| @@ -4615,7 +4615,7 @@ void groupmove(eMonster movtype, flagtype mf) { | |||||||
|     if((mf & MF_ONLYEAGLE) && c->monst != moEagle && c->monst != moBat) return; |     if((mf & MF_ONLYEAGLE) && c->monst != moEagle && c->monst != moBat) return; | ||||||
|     if(movegroup(c->monst) == movtype && c->pathdist != 0) { |     if(movegroup(c->monst) == movtype && c->pathdist != 0) { | ||||||
|       cell *c2 = moveNormal(c, mf); |       cell *c2 = moveNormal(c, mf); | ||||||
|       onpath(c2, 0); |       if(c2) onpath(c2, 0); | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue