* fixes for spliced tracks.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@570 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-01-20 02:37:28 +00:00
parent 95c703ac69
commit 795ab7723f
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -81,7 +81,7 @@
#(HEAVY_LOAD_F1) #(HEAVY_LOAD_F1)
#(HEAVY_LOAD_G0) #(HEAVY_LOAD_G0)
#(HEAVY_LOAD_G1) #(HEAVY_LOAD_G1)
#(STARBASE_IS_READY_A) 2233,5498 #(STARBASE_IS_READY_A) 2043,5318,6189,3424,3896,2994,3305,4497,4075,3926,4837,3225,4486
#(STARBASE_IS_READY_B) #(STARBASE_IS_READY_B)
#(STARBASE_IS_READY_C) #(STARBASE_IS_READY_C)
#(WHAT_KIND_OF_INFO) #(WHAT_KIND_OF_INFO)
@@ -91,7 +91,7 @@
#(OK_NO_NEED_INFO) #(OK_NO_NEED_INFO)
#(ABOUT_FUEL) 2734,5128,2103,4126 #(ABOUT_FUEL) 2734,5128,2103,4126
#(ABOUT_MODULES) 4056,2964,2714,4637,2413,2504,3605,5188,4776,3515,5538,1453,5848,4647,5377,4226 #(ABOUT_MODULES) 4056,2964,2714,4637,2413,2504,3605,5188,4776,3515,5538,1453,5848,4647,5377,4226
#(ABOUT_CREW0) 4046 #(ABOUT_CREW0) 3906,7531,3084,4727,5057,3105
#(ABOUT_CREW1) #(ABOUT_CREW1)
#(ABOUT_SHIPS) 3255,3515,3415,4967,5127,5829,5478,6028,5518,4447,5548,5728,3775 #(ABOUT_SHIPS) 3255,3515,3415,4967,5127,5829,5478,6028,5518,4447,5548,5728,3775
#(ABOUT_RU) 3275,5147,3805,3205,4767,4156,4777,5287,4347,4606 #(ABOUT_RU) 3275,5147,3805,3205,4767,4156,4777,5287,4347,4606
+1 -1
View File
@@ -132,7 +132,7 @@
#(disease) #(disease)
#(JUST_RELAX) #(JUST_RELAX)
#(what_happens_if_i_touch_this) #(what_happens_if_i_touch_this)
#(THIS_HAPPENS0) 1973,1482 #(THIS_HAPPENS0) 1543,1772,1272,1492,1953
#(THIS_HAPPENS1) #(THIS_HAPPENS1)
#(are_you_sure_this_is_ok) #(are_you_sure_this_is_ok)
#(YES_SURE) 2774,2674 #(YES_SURE) 2774,2674
@@ -154,7 +154,6 @@ SpliceTrack (UNICODE *TrackName, UNICODE *TrackText, UNICODE *TimeStamp)
track_clip[tct - 1].text_spliced = 1; track_clip[tct - 1].text_spliced = 1;
} }
wstrcpy (&track_clip[tct - 1].text[slen1], TrackText); wstrcpy (&track_clip[tct - 1].text[slen1], TrackText);
track_clip[tct - 1].timestamp = 0;
} }
} }
else if (tct < MAX_CLIPS) else if (tct < MAX_CLIPS)