Obey new CharacterDescriptor constructor signature. (That's a lot of
syllables). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1113 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: CastUtil.java,v 1.5 2002/03/05 07:15:27 mdb Exp $
|
||||
// $Id: CastUtil.java,v 1.6 2002/03/08 22:37:50 mdb Exp $
|
||||
|
||||
package com.threerings.cast.util;
|
||||
|
||||
@@ -48,7 +48,7 @@ public class CastUtil
|
||||
components[ii] = ((Integer)choices.get(idx)).intValue();
|
||||
}
|
||||
|
||||
return new CharacterDescriptor(components);
|
||||
return new CharacterDescriptor(components, null);
|
||||
}
|
||||
|
||||
protected static final String[] CLASSES = {
|
||||
|
||||
Reference in New Issue
Block a user