Ouch. Stupid bug. (Should be harmless though)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3482 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -453,7 +453,7 @@ Flash_getRect (FlashContext *context, RECT *rect)
|
|||||||
void
|
void
|
||||||
Flash_setOverlay (FlashContext *context, const POINT *origin,
|
Flash_setOverlay (FlashContext *context, const POINT *origin,
|
||||||
FRAME overlay) {
|
FRAME overlay) {
|
||||||
assert(context->type = FlashType_overlay);
|
assert(context->type == FlashType_overlay);
|
||||||
|
|
||||||
if (context->started)
|
if (context->started)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user