style cleanup: block comments

This commit is contained in:
2012-05-16 23:37:23 +00:00
parent 18a7efac14
commit 9dd981a440
31 changed files with 107 additions and 106 deletions

View File

@@ -507,7 +507,7 @@ int SCA_PythonController::pyattr_set_script(void *self_v, const KX_PYATTRIBUTE_D
}
/* set scripttext sets m_bModified to true,
so next time the script is needed, a reparse into byte code is done */
* so next time the script is needed, a reparse into byte code is done */
self->SetScriptText(scriptArg);
return PY_SET_ATTR_SUCCESS;