mirror of
				https://github.com/inf112-v20/Fiasko.git
				synced 2025-11-04 03:33:45 +01:00 
			
		
		
		
	Forbedrer kommentarer
This commit is contained in:
		@@ -398,9 +398,9 @@ public class RoboRallyGame implements IDrawableGame {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Runs all the programs in the correct order for the phase that is given.
 | 
			
		||||
     * @param phase The phaser Nr we are in.
 | 
			
		||||
     * @throws InterruptedException If it gets interupted while trying to sleep
 | 
			
		||||
     * Runs all programming cards for a phase
 | 
			
		||||
     * @param phase The number of the phase to run cards for
 | 
			
		||||
     * @throws InterruptedException If it gets interrupted while trying to sleep
 | 
			
		||||
     */
 | 
			
		||||
    private void runProgramCards(int phase) throws InterruptedException {
 | 
			
		||||
        List<RobotID> robotsToDoAction = new ArrayList<>();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user