Browse Source

added temp getExitErrorCode, remove when TT is using the new launcher in production

Darren Ranalli 19 years ago
parent
commit
785d78f6ec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      direct/src/showbase/ShowBase.py

+ 4 - 0
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