From 785d78f6ecbfbad4ff1beaaece83319f1df1dff4 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 23 Nov 2006 04:26:25 +0000 Subject: [PATCH] added temp getExitErrorCode, remove when TT is using the new launcher in production --- direct/src/showbase/ShowBase.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 8a5db2a416..969a3b58e1 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -321,6 +321,10 @@ class ShowBase(DirectObject.DirectObject): def popCTrav(self): self.cTrav = self.cTravStack.pop() + # temp; see ToonBase.py + def getExitErrorCode(self): + return 0 + def printEnvDebugInfo(self): """ Print some information about the environment that we are running