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:
authorDalai Felinto <dfelinto@gmail.com>2010-03-07 01:12:42 +0300
committerDalai Felinto <dfelinto@gmail.com>2010-03-07 01:12:42 +0300
commit26fae8985bbc754325a15a77ca20a63a9669b2dd (patch)
tree7ee46eed4c949a54821deffc5a447c3008a8b683 /source/creator
parent3838b80cf1cfe0a340a8471732bc86fde2852c29 (diff)
flipping "tab as space" option (so it's on by default - argh ;)
(and fix error in creator.c last commit)
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 79272568261..697af093688 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1038,9 +1038,8 @@ int main(int argc, char **argv)
}
else {
- if((G.fileflags & (G_FILE_AUTOPLAY | G_SCRIPT_AUTOEXEC)){
+ if((G.fileflags & G_FILE_AUTOPLAY) && (G.fileflags & G_SCRIPT_AUTOEXEC))
WM_init_game(C);
- }
else if(!G.file_loaded)
WM_init_splash(C);