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:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user