Have to force serialVersionUID to avoid DashO fuckage.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1792 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TileSet.java,v 1.32 2002/09/17 21:29:26 mdb Exp $
|
||||
// $Id: TileSet.java,v 1.33 2002/10/09 00:23:51 mdb Exp $
|
||||
|
||||
package com.threerings.media.tile;
|
||||
|
||||
@@ -318,6 +318,10 @@ public abstract class TileSet
|
||||
* derived classes. */
|
||||
private transient Image _tilesetImg;
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private static final long serialVersionUID = 1;
|
||||
|
||||
/** Temporary HACKOLA. */
|
||||
protected static Colorization[] ZATIONS = new Colorization[] {
|
||||
new Colorization(-1, new Color(0x8A1A76),
|
||||
|
||||
Reference in New Issue
Block a user