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:
Meep-Eep
2009-12-28 13:12:37 +00:00
parent aa3932bd5f
commit 9c3a7e090c
+1 -1
View File
@@ -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)
{ {