Fixing uninitialised variable; caused network desync.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2478 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -157,7 +157,7 @@ buzztrack_preprocess (PELEMENT ElementPtr)
|
|||||||
--ElementPtr->thrust_wait;
|
--ElementPtr->thrust_wait;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
COUNT facing;
|
COUNT facing = 0;
|
||||||
|
|
||||||
if (ElementPtr->hTarget == 0
|
if (ElementPtr->hTarget == 0
|
||||||
&& TrackShip (ElementPtr, &facing) < 0)
|
&& TrackShip (ElementPtr, &facing) < 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user