Jesus Christ, what is the point of all these typed variables and casting
if the compiler DOESN'T FUCKING CARE? git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3930 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -252,7 +252,7 @@ public class ClientDObjectMgr
|
|||||||
|
|
||||||
// look up the object on which we're dispatching this event
|
// look up the object on which we're dispatching this event
|
||||||
var toid :int = event.getTargetOid();
|
var toid :int = event.getTargetOid();
|
||||||
var target :DObject = (_ocache.get(toid) as DEvent);
|
var target :DObject = (_ocache.get(toid) as DObject);
|
||||||
if (target == null) {
|
if (target == null) {
|
||||||
if (_dead.get(toid) == null) {
|
if (_dead.get(toid) == null) {
|
||||||
Log.warning("Unable to dispatch event on non-proxied " +
|
Log.warning("Unable to dispatch event on non-proxied " +
|
||||||
|
|||||||
Reference in New Issue
Block a user