wasPaused int->bool

This commit is contained in:
Henrik Rydgard 2014-06-15 00:03:55 +02:00
parent 3b2fed472e
commit 4e6baaf360

View File

@ -103,7 +103,7 @@ static int brightnessLevel;
static int mode;
static int width;
static int height;
static int wasPaused;
static bool wasPaused;
// Don't include this in the state, time increases regardless of state.
static double curFrameTime;