Willian's patch for enabling the menus again.

Kent
This commit is contained in:
Kent Mein 2004-07-29 19:10:52 +00:00
parent 425cfa10eb
commit cfbe0f3119

@ -469,6 +469,7 @@ void start_game(void)
/* Restart BPY - unload the game engine modules. */
BPY_end_python();
BPY_start_python();
BPY_post_start_python(); /* userpref path and menus init */
restore_all_scene_cfra(scene_cfra_store);
set_scene_bg(startscene);