Fix uninitialized RECT member as per Louis Delacroix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3736 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1285,6 +1285,7 @@ AnimateLaunch (FRAME farray)
|
||||
r.corner.x = 0;
|
||||
r.corner.y = 0;
|
||||
r.extent.width = 0;
|
||||
r.extent.height = 0;
|
||||
s.origin.x = 0;
|
||||
s.origin.y = 0;
|
||||
s.frame = farray;
|
||||
|
||||
Reference in New Issue
Block a user