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:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-04-08 16:57:03 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-04-08 16:57:03 +0400
commit4a86586ea86f3de199748b8f72710ec29bd1d29f (patch)
treea188b5553e168265fb642b0a7fd6112bc10703f8 /source/blender/src/header_info.c
parentda26d4bf3ba762f5efb6bc4f20954e5f418e8ade (diff)
Reenable the "Save Runtime..." file menu option
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index ec10aef40ac..74b690320c6 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -593,7 +593,7 @@ void do_info_file_optionsmenu(void *arg, int event)
// allqueue(REDRAWINFO, 0);
}
-#if 0
+#if GAMEBLENDER == 1
static uiBlock *info_file_optionsmenu(void *arg_unused)
{
uiBlock *block;
@@ -920,10 +920,11 @@ static uiBlock *info_filemenu(void *arg_unused)
uiDefBut(block, SEPR, 0, "", 0, yco-=6, menuwidth, 6, NULL, 0.0, 0.0, 0, 0, "");
uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Save Image...|F3", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, 6, "");
- // runtime disabled until further notice (ton)
- // uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Save Runtime...", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, 22, "");
+#if GAMEBLENDER == 1
+ uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Save Runtime...", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, 22, "");
#ifdef _WIN32
- // uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Save Dynamic Runtime...", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, 23, "");
+ uiDefIconTextBut(block, BUTM, 1, ICON_BLANK1, "Save Dynamic Runtime...", 0, yco-=20, menuwidth, 19, NULL, 0.0, 0.0, 1, 23, "");
+#endif
#endif
uiDefBut(block, SEPR, 0, "", 0, yco-=6, menuwidth, 6, NULL, 0.0, 0.0, 0, 0, "");