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
This commit is contained in:
mdb
2001-10-17 23:28:34 +00:00
parent 2d029fe059
commit aa148ebf00
@@ -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();