From 9c3a7e090c7b70d6c609d28f0e0d6938b0bf56c4 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Mon, 28 Dec 2009 13:12:37 +0000 Subject: [PATCH] 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 --- sc2/src/uqm/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/uqm/flash.c b/sc2/src/uqm/flash.c index 9afbd2d66..cfaa3a14a 100644 --- a/sc2/src/uqm/flash.c +++ b/sc2/src/uqm/flash.c @@ -453,7 +453,7 @@ Flash_getRect (FlashContext *context, RECT *rect) void Flash_setOverlay (FlashContext *context, const POINT *origin, FRAME overlay) { - assert(context->type = FlashType_overlay); + assert(context->type == FlashType_overlay); if (context->started) {