if
This commit is contained in:
		
					parent
					
						
							
								bae80a90f0
							
						
					
				
			
			
				commit
				
					
						213645802d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -113,7 +113,7 @@ public class Game { | ||||||
|                 continue; |                 continue; | ||||||
|             } |             } | ||||||
| 
 | 
 | ||||||
|             while (state[x][y].type == Cell.CellType.Mine) { |             if (state[x][y].type == Cell.CellType.Mine) { | ||||||
|                 i--; |                 i--; | ||||||
|                 continue; |                 continue; | ||||||
|             } |             } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue