summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/model
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-05-31 03:02:31 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-05-31 03:02:31 +0200
commit25c6383c73de20ce7e6bc45af6faa255e8d94dc6 (patch)
tree2752e23d08191e4a568c66c507c9c630307d2112 /src/jrummikub/model
parentc004a07a4267f3320d23f3d1d2cf483cd56f40b7 (diff)
downloadJRummikub-25c6383c73de20ce7e6bc45af6faa255e8d94dc6.tar
JRummikub-25c6383c73de20ce7e6bc45af6faa255e8d94dc6.zip
Allow setting stone colors to use
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@338 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'src/jrummikub/model')
-rw-r--r--src/jrummikub/model/StoneColor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jrummikub/model/StoneColor.java b/src/jrummikub/model/StoneColor.java
index 47c5227..4a7286a 100644
--- a/src/jrummikub/model/StoneColor.java
+++ b/src/jrummikub/model/StoneColor.java
@@ -15,7 +15,7 @@ public enum StoneColor {
/** */
VIOLET,
/** */
- BROWN,
+ AQUA,
/** */
- WHITE
+ GRAY
}