Project

General

Profile

« Previous | Next » 

Revision f535fc1c

Added by Leszek Koltunski about 11 hours ago

  • ID f535fc1c3b398c73eff19b083d0bad9e747b9cfa
  • Parent 47f42042

change the model of Ghosts.
Fix one problem in Dino4 solver error reporting

View differences:

src/main/java/org/distorted/solvers/SolverErrors.java
281 281

  
282 282
  private static String di4EdgeThreeError(Resources res, int color)
283 283
    {
284
    int j0 = getDi4Color(color,7);
284
    int j0 = getDi4Color(color,6);
285 285
    String c0 = res.getString(j0);
286 286
    return res.getString(R.string.solver_generic_edge_three,c0);
287 287
    }

Also available in: Unified diff