From: <Mee...@us...> - 2012-01-14 20:10:18
|
Revision: 3746 http://sc2.svn.sourceforge.net/sc2/?rev=3746&view=rev Author: Meep-Eep Date: 2012-01-14 20:10:11 +0000 (Sat, 14 Jan 2012) Log Message: ----------- No bitfields here. Modified Paths: -------------- trunk/sc2/src/uqm/flash.h Modified: trunk/sc2/src/uqm/flash.h =================================================================== --- trunk/sc2/src/uqm/flash.h 2012-01-13 18:09:31 UTC (rev 3745) +++ trunk/sc2/src/uqm/flash.h 2012-01-14 20:10:11 UTC (rev 3746) @@ -164,8 +164,8 @@ TimeCount lastFrameTime; // Time of the last frame draw. - BOOLEAN started : 1; - BOOLEAN paused : 1; + BOOLEAN started; + BOOLEAN paused; FRAME *cache; COUNT cacheSize; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |