From d237a46aec3c92de822d79069cd9b3f8ab23c64b Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 2 Mar 2005 01:36:12 +0000 Subject: [PATCH] restore accidentally broken type checking --- direct/src/ffi/FFIConstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/ffi/FFIConstants.py b/direct/src/ffi/FFIConstants.py index e5fb7f010f..1ace18472e 100644 --- a/direct/src/ffi/FFIConstants.py +++ b/direct/src/ffi/FFIConstants.py @@ -21,4 +21,4 @@ InterrogateModuleName = None wantComments = 1 # Should FFI output type assertions? -wantTypeChecking = 0 +wantTypeChecking = 1