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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user