mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	rogueviz::ads:: fixed potential crash
This commit is contained in:
		| @@ -85,7 +85,7 @@ void switch_spacetime() { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|   View = Id; |   View = Id; | ||||||
|   cwt = centerover = currentmap->gamestart(); |   if(game_active) cwt = centerover = currentmap->gamestart(); | ||||||
|   } |   } | ||||||
|  |  | ||||||
| bool ads_draw_cell(cell *c, const shiftmatrix& V) { | bool ads_draw_cell(cell *c, const shiftmatrix& V) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue