Wrong operator.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3503 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2005-04-19 18:26:56 +00:00
parent ed670dd4ba
commit 1ce83b126d
@@ -734,7 +734,7 @@ public abstract class CardPanel extends VirtualMediaPanel
int size = _handSprites.size();
for (int i = 0; i < size; i++) {
CardSprite cs = (CardSprite)_handSprites.get(i);
if (cs.getPath() != null) {
if (cs.getPath() == null) {
cs.setLocation(cs.getX(), getHandY(cs));
}
}