why the fuck was this here
This commit is contained in:
		
							parent
							
								
									1b46599598
								
							
						
					
					
						commit
						19dd72a9f6
					
				| @ -185,7 +185,7 @@ bool Game::checkTorpedosAndInvaders() { | ||||
| 						pos.getX(), pos.getX() + confData.invadersSize)){ | ||||
| 
 | ||||
| 
 | ||||
| 					InvaderType invType = grid[i][grid[i].size()]; | ||||
| 					InvaderType invType = grid[i][grid[i].size()-1]; | ||||
| 					players[tor_ite->owner].score += confData.invadersDef.at(invType).points; | ||||
| 					torpedos.erase(tor_ite); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user