project_files/Android-build/SDL-android-project/src/org/hedgewars/mobile/EngineProtocol/Map.java
branchhedgeroid
changeset 5657 4dad72a8f514
parent 5621 ea796c83ea47
equal deleted inserted replaced
5655:44c2d19f79e2 5657:4dad72a8f514
    92 		default:
    92 		default:
    93 			return null;
    93 			return null;
    94 		}
    94 		}
    95 	}
    95 	}
    96 
    96 
    97 	@Override
       
    98 	public int compareTo(Map another) {
    97 	public int compareTo(Map another) {
    99 		switch(type){
    98 		switch(type){
   100 		case TYPE_GENERATED:
    99 		case TYPE_GENERATED:
   101 			switch(another.getType()){
   100 			switch(another.getType()){
   102 			case TYPE_GENERATED:
   101 			case TYPE_GENERATED: