No bitfields here.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3746 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2012-01-14 20:10:11 +00:00
parent 8fcb091a19
commit e8cfeed54b
+2 -2
View File
@@ -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;