From eaa43e7cea72c38327de7cb9f1195ff521cf517f Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 26 Apr 2005 04:29:26 +0000 Subject: [PATCH] Better synching in ending cinematics; prevents initial frameskips on machines with slow I/O git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1689 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/content/slides/ending/victory1.txt | 6 ++---- sc2/content/slides/ending/victory2.txt | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sc2/content/slides/ending/victory1.txt b/sc2/content/slides/ending/victory1.txt index 7d090dc35..4eb2fff42 100644 --- a/sc2/content/slides/ending/victory1.txt +++ b/sc2/content/slides/ending/victory1.txt @@ -23,8 +23,6 @@ SYNC 400 #(Save background) SAVEBG -#(Establish new sync point) -RESYNC #(Start batch) @@ -35,8 +33,8 @@ RESTBG DRAW SIS 202 310 256 270 #(End batch) UNBATCH -#(Sync frame) -DSYNC 0 +#(Establish new sync point) +RESYNC #(Start batch) BATCH diff --git a/sc2/content/slides/ending/victory2.txt b/sc2/content/slides/ending/victory2.txt index f44568bfa..3a25bb510 100644 --- a/sc2/content/slides/ending/victory2.txt +++ b/sc2/content/slides/ending/victory2.txt @@ -16,8 +16,8 @@ CLS #(Restore color) FTC 0 -#(Sync frame) -SYNC 0 +#(Establish new sync point) +RESYNC #(Draw frame image) DRAW 0 #(Sync frame)