From e8cfeed54bdf512b3a0e8393233c9120f132cf92 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 14 Jan 2012 20:10:11 +0000 Subject: [PATCH] No bitfields here. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3746 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/flash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/uqm/flash.h b/sc2/src/uqm/flash.h index cb3b51f85..ff2192fd9 100644 --- a/sc2/src/uqm/flash.h +++ b/sc2/src/uqm/flash.h @@ -164,8 +164,8 @@ struct FlashContext { TimeCount lastFrameTime; // Time of the last frame draw. - BOOLEAN started : 1; - BOOLEAN paused : 1; + BOOLEAN started; + BOOLEAN paused; FRAME *cache; COUNT cacheSize;