project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/EngineProtocol/GameConfig.java
equal
deleted
inserted
replaced
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, scheme.health); |
82 if(t != null)t.sendToEngine(epn, teamCount, scheme.getHealth()); |
83 } |
83 } |
84 } |
84 } |
85 |
85 |
86 public int describeContents() { |
86 public int describeContents() { |
87 return 0; |
87 return 0; |