*** empty log message ***

This commit is contained in:
David Rose 2001-02-21 04:33:46 +00:00
parent c088a62d1c
commit 339036a6b0
1 changed files with 6 additions and 6 deletions

View File

@ -19,12 +19,6 @@ class DistributedNode(DistributedObject.DistributedObject, NodePath.NodePath):
self.DeadReckoningFlag = 0
return None
def generate(self):
# Turn on dead reckoning
#print ("Turning on dead reckoning!!!")
#self.deadReckoningOn()
pass
def disable(self):
self.reparentTo(hidden)
DistributedObject.DistributedObject.disable(self)
@ -33,6 +27,12 @@ class DistributedNode(DistributedObject.DistributedObject, NodePath.NodePath):
self.reparentTo(hidden)
DistributedObject.DistributedObject.delete(self)
def generate(self):
# Turn on dead reckoning
#print ("Turning on dead reckoning!!!")
#self.deadReckoningOn()
DistributedObject.DistributedObject.generate(self)
def deadReckoningOn(self):
# Be sure that it isn't already on
self.deadReckoningOff()