use BLI_findstring in more places & remove some warnings, no functional changes.

This commit is contained in:
2010-02-22 09:22:36 +00:00
parent 756dace6f5
commit b65a983d39
5 changed files with 13 additions and 41 deletions

View File

@@ -504,7 +504,6 @@ static PyObject* gPyAddScene(PyObject*, PyObject* args)
{
char* name;
int overlay = 1;
KX_Scene* scene = NULL;
if (!PyArg_ParseTuple(args, "s|i:addScene", &name , &overlay))
return NULL;