Cosmetic fixes in Stargate
This commit is contained in:
		@@ -7,7 +7,7 @@ public class Stargate {
 | 
				
			|||||||
	public static final Stargate blueStargate = new Stargate();
 | 
						public static final Stargate blueStargate = new Stargate();
 | 
				
			||||||
	public /*final*/ Stargate other; //TODO find better ways to do this
 | 
						public /*final*/ Stargate other; //TODO find better ways to do this
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	private cicaprojekt.Wall currentWall;
 | 
						private Wall currentWall;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static void init() {
 | 
						public static void init() {
 | 
				
			||||||
@@ -15,11 +15,11 @@ public class Stargate {
 | 
				
			|||||||
		blueStargate.other = yellowStargate;
 | 
							blueStargate.other = yellowStargate;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	public cicaprojekt.Wall getCurrentWall() {
 | 
						public Wall getCurrentWall() {
 | 
				
			||||||
		return currentWall;
 | 
							return currentWall;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	public void setCurrentWall(cicaprojekt.Wall wall) {
 | 
						public void setCurrentWall(Wall wall) {
 | 
				
			||||||
		currentWall =  wall;
 | 
							currentWall =  wall;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user