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>2004-11-13 15:55:59 +0300
committerTon Roosendaal <ton@blender.org>2004-11-13 15:55:59 +0300
commit9393dd08afd6b3eca03b1c6212a88f945a331dc4 (patch)
tree07368863308dceeeb1a218dae300df933f43fc01 /source/blender/makesdna/DNA_sequence_types.h
parent30c8c7dbc7262c7cdb58ae6aef3d7a6c715dfaef (diff)
Fixed showstopper (thnx intrr!) bug in sequencer + global undo.
This was actually a wrong pointer check in fileread that caused no harm in past, but with UI-less file save it wreaked havoc! Decided to add undo in sequencer window after all... it also involved saving Meta strip settings in files. Very nice :)
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 3e79a688522..bd4a02dd0b2 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -122,8 +122,7 @@ typedef struct Sequence {
void *effectdata; /* Struct pointer for effect settings */
} Sequence;
-#
-#
+
typedef struct MetaStack {
struct MetaStack *next, *prev;
ListBase *oldbasep;