sourceOid needs to default to -1.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1138 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-20 19:06:55 +00:00
parent 81e8158e90
commit 6b564ae503
@@ -1,5 +1,5 @@
//
// $Id: DEvent.java,v 1.9 2002/03/20 03:19:51 mdb Exp $
// $Id: DEvent.java,v 1.10 2002/03/20 19:06:55 mdb Exp $
package com.threerings.presents.dobj;
@@ -105,5 +105,5 @@ public abstract class DEvent
protected int _toid;
/** The oid of the client that generated this event. */
protected int _soid;
protected int _soid = -1;
}