From 41f42099acba137bbc6411341819fa1c8cd6d769 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 May 2009 04:53:01 +0000 Subject: BGE Py API patch from Mitchell Stokes, add distance attribute to the radar sensor, dont use 'continue' because its a python keyword. removed (ssizeobjargproc) it breaks py2.3 --- source/gameengine/Expressions/ListValue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/Expressions') diff --git a/source/gameengine/Expressions/ListValue.cpp b/source/gameengine/Expressions/ListValue.cpp index fc6b9299146..027d2594336 100644 --- a/source/gameengine/Expressions/ListValue.cpp +++ b/source/gameengine/Expressions/ListValue.cpp @@ -218,7 +218,7 @@ static PySequenceMethods listvalue_as_sequence = { NULL, #else listvalue_buffer_slice, /*sq_slice*/ - (ssizeobjargproc)NULL, /*sq_ass_item*/ + NULL, /*sq_ass_item*/ NULL, /*sq_ass_slice*/ #endif }; -- cgit v1.2.3