From 91f6de31d2881af8a13ff6e499065c65600af42e Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Mon, 5 Mar 2007 23:24:01 +0000 Subject: [PATCH] checked in TODO comment about creating objects that have no location --- direct/src/distributed/AsyncRequest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/distributed/AsyncRequest.py b/direct/src/distributed/AsyncRequest.py index 98ff58233d..05f553d68e 100755 --- a/direct/src/distributed/AsyncRequest.py +++ b/direct/src/distributed/AsyncRequest.py @@ -294,11 +294,12 @@ class AsyncRequest(DirectObject): self._checkCompletion, [name, None]) self.air.requestDatabaseGenerate(className, context, values=values) self.startTimeOut() - + def _doCreateObject(self, name, className, values, doId): assert self.notify.debugCall() assert not self.__deleted isInDoId2do = doId in self.air.doId2do + # TODO: this creates an object with no location distObj = self.air.generateGlobalObject(doId, className, values) if not isInDoId2do and game.name == 'uberDog': # only remove doId if this is the uberdog?, in pirates this was