Let's just call clearOccupant() clearOccupantByOid() to avoid differences

between the Java and ActionScript version since ActionScript doesn't support
method overloading. We only have to observe this limitation in Streamable
classes.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@88 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-10-04 21:10:00 +00:00
parent d896041553
commit 51281a9d49
2 changed files with 2 additions and 2 deletions
@@ -335,7 +335,7 @@ public class TableManager
}
// remove this occupant from the table
if (!pender.clearOccupant(bodyOid)) {
if (!pender.clearOccupantByOid(bodyOid)) {
Log.warning("Attempt to remove body from mapped table failed " +
"[table=" + pender + ", bodyOid=" + bodyOid + "].");
return;