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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user