mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-07 04:39:13 +01:00
DroidFish: Fixed incorrect comment. From Leo Mayer.
This commit is contained in:
parent
ad349a36b1
commit
37b82a8e11
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user