- added GCC warning -Wstrict-prototypes
- fixed bug in paste material, exposed by stricter warnings. - removed/renamed various shadowed vars. - removed BGE lamp.colour, only allow lamp.color attribute.
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
*/
|
||||
|
||||
/* python, will come back */
|
||||
//void BPY_run_python_script() {}
|
||||
//void BPY_start_python() {}
|
||||
//void BPY_run_python_script(void) {}
|
||||
//void BPY_start_python(void) {}
|
||||
void BPY_call_importloader(const char *filepath) {(void)filepath;}
|
||||
//void BPY_free_compiled_text() {}
|
||||
void BPY_pyconstraint_eval() {}
|
||||
void BPY_pyconstraint_target() {}
|
||||
int BPY_is_pyconstraint() {return 0;}
|
||||
void BPY_pyconstraint_update() {}
|
||||
//void BPY_free_compiled_text(void) {}
|
||||
void BPY_pyconstraint_eval(void) {}
|
||||
void BPY_pyconstraint_target(void) {}
|
||||
int BPY_is_pyconstraint(void) {return 0;}
|
||||
void BPY_pyconstraint_update(void) {}
|
||||
|
||||
Reference in New Issue
Block a user