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:
authorDaniel Dunbar <daniel@zuster.org>2005-03-20 23:36:46 +0300
committerDaniel Dunbar <daniel@zuster.org>2005-03-20 23:36:46 +0300
commitca030aeab7c86dd605469549e38292b5edd2a894 (patch)
tree8ff23545c91e11034ac604b9a0d24c4c750a5ff6 /source/blender/src/space.c
parent03cafb856d527f18242cb2918c913ee054bac74b (diff)
- apologies, accidentally commited code w/ game engine disabled
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 82669022f41..4a8a1b298d1 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -468,7 +468,7 @@ void start_game(void)
space_set_commmandline_options();
SaveState();
- //StartKetsjiShell(curarea, startscene->id.name+2, G.main, 1);
+ StartKetsjiShell(curarea, startscene->id.name+2, G.main, 1);
RestoreState();
/* Restart BPY - unload the game engine modules. */