project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/EngineProtocol/GameConfig.java
changeset 6725 f5eb11306c6a
parent 6700 e04da46ee43c
child 6844 69fb04c8a841
equal deleted inserted replaced
6724:03cd33624284 6725:f5eb11306c6a
    77 		scheme.sendToEngine(epn);
    77 		scheme.sendToEngine(epn);
    78 		
    78 		
    79 		weapon.sendToEngine(epn, teamCount);
    79 		weapon.sendToEngine(epn, teamCount);
    80 		
    80 		
    81 		for(Team t : teams){
    81 		for(Team t : teams){
    82 			if(t != null)t.sendToEngine(epn, teamCount, 50);
    82 			if(t != null)t.sendToEngine(epn, teamCount, scheme.health);
    83 		}
    83 		}
    84 	}
    84 	}
    85 	
    85 	
    86 	public int describeContents() {
    86 	public int describeContents() {
    87 		return 0;
    87 		return 0;