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:
authorTon Roosendaal <ton@blender.org>2003-04-30 17:22:26 +0400
committerTon Roosendaal <ton@blender.org>2003-04-30 17:22:26 +0400
commit9174db096b7c114552a9c61d12701509da00fa09 (patch)
tree32c098c5e232294754ec219f560152cd031a4f71 /source/creator/creator.c
parent53999bd80b1e7a1a51e2470fde038ad5aaecc888 (diff)
LAST of the c code comment translations... hooray!
Might be possible I mised an .h or so, just notify me in that case.
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 839a9d9d89a..0564929fa19 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -237,7 +237,7 @@ int main(int argc, char **argv)
syshandle = SYS_GetSystem();
GEN_init_messaging_system();
- /* eerste testen op background */
+ /* first test for background */
G.f |= G_SCENESCRIPT; /* scenescript always set! */
for(a=1; a<argc; a++) {
@@ -298,10 +298,10 @@ int main(int argc, char **argv)
}
#ifdef __sgi
- setuid(getuid()); /* einde superuser */
+ setuid(getuid()); /* end superuser */
#endif
- RE_init_render_data(); /* moet vooraan staan ivm R.winpos uit defaultfile */
+ RE_init_render_data(); /* must be called here because R.winpos from default file */
if(G.background==0) {
for(a=1; a<argc; a++) {
@@ -409,7 +409,7 @@ int main(int argc, char **argv)
G.have_quicktime = TRUE;
#endif /* WITH_QUICKTIME */
- /* OK we zijn er klaar voor */
+ /* OK we are ready for it */
for(a=1; a<argc; a++) {
if (G.afbreek==1) break;