Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-10-13 01:06:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-13 01:06:03 +0400
commitd2e1e0d2a93e55f6e7849299871b0afe85b90d96 (patch)
tree02ecbf2ffb66a69320f7659850b21e18438befb5 /source/blenderplayer
parent10198e99ff398380696e3408f752280e6bb5106d (diff)
remove C specials menus, reuse python ones from the header menu instead.
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 8b6143467b9..ebd7b439624 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -215,4 +215,4 @@ void smoke_get_obstacle(void) {return;}
void smoke_get_index(void) {return;}
void smoke_step(void) {return;}
-char blender_path(){return NULL;} \ No newline at end of file
+char blender_path(){return NULL;}