From 5b0aed8fd0615604e0d9e04977c5282e746207ee Mon Sep 17 00:00:00 2001 From: Bennet Gerlach Date: Mon, 9 May 2011 21:56:45 +0200 Subject: Fix drop position calculations git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@199 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/model/Hand.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/jrummikub/model/Hand.java') diff --git a/src/jrummikub/model/Hand.java b/src/jrummikub/model/Hand.java index 73ffab5..644ae94 100644 --- a/src/jrummikub/model/Hand.java +++ b/src/jrummikub/model/Hand.java @@ -3,4 +3,8 @@ package jrummikub.model; /** Class managing a {@link Player}'s {@link Stone}s */ public class Hand extends StoneTray implements IHand { + @Override + protected Position fixInvalidDrop(Stone stone, Position pos) { + return null; + } } -- cgit v1.2.3