Removed vestigal constant.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3039 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-06-22 14:26:10 +00:00
parent 2f0b9939d7
commit a4cdf5382e
@@ -1,5 +1,5 @@
//
// $Id: PuzzleManager.java,v 1.9 2004/06/22 14:08:58 mdb Exp $
// $Id: PuzzleManager.java,v 1.10 2004/06/22 14:26:10 mdb Exp $
package com.threerings.puzzle.server;
@@ -799,9 +799,6 @@ public abstract class PuzzleManager extends GameManager
* player in this puzzle. */
protected long[] _lastProgress;
/** The experience points granted to a player on puzzle completion. */
protected static final int EXPERIENCE = 10;
/** The percentile cutoffs for performance levels. Above the last one
* is "incredible". These could be defined in {@link PuzzleCodes}, but
* then users could find out these super-secret cutoff values! */