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
This commit is contained in:
avolkov
2005-04-26 04:29:26 +00:00
parent df153d2cf8
commit eaa43e7cea
2 changed files with 4 additions and 6 deletions
+2 -4
View File
@@ -23,8 +23,6 @@ SYNC 400
#(Save background) #(Save background)
SAVEBG SAVEBG
#(Establish new sync point)
RESYNC
#(Start batch) #(Start batch)
@@ -35,8 +33,8 @@ RESTBG
DRAW SIS 202 310 256 270 DRAW SIS 202 310 256 270
#(End batch) #(End batch)
UNBATCH UNBATCH
#(Sync frame) #(Establish new sync point)
DSYNC 0 RESYNC
#(Start batch) #(Start batch)
BATCH BATCH
+2 -2
View File
@@ -16,8 +16,8 @@ CLS
#(Restore color) #(Restore color)
FTC 0 FTC 0
#(Sync frame) #(Establish new sync point)
SYNC 0 RESYNC
#(Draw frame image) #(Draw frame image)
DRAW 0 DRAW 0
#(Sync frame) #(Sync frame)