From 0b2b5dbfb982c383dd57aa4884f2b3f59f348747 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 27 Apr 2003 11:55:33 +0000 Subject: More translations of c comments, now also include files! --- source/blender/makesdna/DNA_sequence_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_sequence_types.h') diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h index d7d72788c7a..f3827f5e0b2 100644 --- a/source/blender/makesdna/DNA_sequence_types.h +++ b/source/blender/makesdna/DNA_sequence_types.h @@ -78,7 +78,7 @@ typedef struct PluginSeq { } PluginSeq; -/* LET OP: eerste stuk identiek aan ID (ivm ipo's) */ +/* WATCH IT: first part identical to ID (for use in ipo's) */ typedef struct Sequence { @@ -105,7 +105,7 @@ typedef struct Sequence { PluginSeq *plugin; - /* pointers voor effecten: */ + /* pointers for effects: */ struct Sequence *seq1, *seq2, *seq3; /* meta */ @@ -138,7 +138,7 @@ typedef struct Editing { #define SEQ_OVERLAP 8 #define SEQ_FILTERY 16 -/* seq->type LET OP BITJE 3!!! */ +/* seq->type WATCH IT: BIT 3!!! */ #define SEQ_IMAGE 0 #define SEQ_META 1 #define SEQ_SCENE 2 -- cgit v1.2.3