Project

General

Profile

« Previous | Next » 

Revision c8249cf6

Added by Leszek Koltunski over 3 years ago

New flags: Dominicana and Bahamas.
Fix a bug with displaying the Dominican flag ( a special case! )

View differences:

src/main/java/org/distorted/scores/RubikScoresDownloader.java
195 195
        int time       = Integer.parseInt( row.substring(s3+1,s4) );
196 196
        String country = row.substring(s4+1, s5);
197 197

  
198
        if( country.equals("do") ) country = "dm"; // see RubikScores.setCountry()
199

  
198 200
        if(level>=0 && level<MAX_LEVEL)
199 201
          {
200 202
          int p = mPlaces[object][level];

Also available in: Unified diff