Lander's landing sequence starts simulating events later (bug #80)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1130 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-08-27 03:35:57 +00:00
parent f7624c1ee6
commit 9652af31ef
2 changed files with 4 additions and 4 deletions
+2 -4
View File
@@ -1958,10 +1958,8 @@ PlanetSide (PMENU_STATE pMS)
else
TimeIn += ONE_SECOND / 60;
do
{
ScrollPlanetSide (0, 0, index);
} while (GetTimeCounter () < TimeIn);
ScrollPlanetSide (0, 0, index);
SleepThreadUntil (TimeIn);
}
PSD.InTransit = FALSE;