DroidFish: Fixed incorrect comment. From Leo Mayer.

This commit is contained in:
Peter Osterlund 2012-08-31 23:22:54 +00:00
parent ad349a36b1
commit 37b82a8e11

View File

@ -24,8 +24,8 @@ public class PGNOptions {
public static final int PT_ENGLISH = 0;
/** Pieces displayed as local language letters. */
public static final int PT_LOCAL = 1;
/** Piece displayed in figurine notation, by using the english piece-names
* and a special font. */
/** Piece displayed in figurine notation, by using UniCode characters
* and a special font. */
public static final int PT_FIGURINE = 2;
public static class Viewer {