From aa148ebf0071ec4b582e774a4ead606d85522a31 Mon Sep 17 00:00:00 2001 From: mdb Date: Wed, 17 Oct 2001 23:28:34 +0000 Subject: [PATCH] Commented out the piece removal (we're going for a whole game). git-svn-id: https://samskivert.googlecode.com/svn/trunk@368 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../com/samskivert/atlanti/server/AtlantiManager.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/atlanti/src/java/com/samskivert/atlanti/server/AtlantiManager.java b/projects/atlanti/src/java/com/samskivert/atlanti/server/AtlantiManager.java index f03c0720..31d2f6a0 100644 --- a/projects/atlanti/src/java/com/samskivert/atlanti/server/AtlantiManager.java +++ b/projects/atlanti/src/java/com/samskivert/atlanti/server/AtlantiManager.java @@ -1,5 +1,5 @@ // -// $Id: AtlantiManager.java,v 1.11 2001/10/17 23:27:52 mdb Exp $ +// $Id: AtlantiManager.java,v 1.12 2001/10/17 23:28:34 mdb Exp $ package com.threerings.venison; @@ -67,10 +67,10 @@ public class VenisonManager _tilesInBox = TileUtil.getStandardTileSet(); Collections.shuffle(_tilesInBox); - // shave off most of the tiles for the moment - while (_tilesInBox.size() > 15) { - _tilesInBox.remove(0); - } +// // shave off most of the tiles for the moment +// while (_tilesInBox.size() > 15) { +// _tilesInBox.remove(0); +// } // clear out our board tiles _tiles.clear();