diff --git a/colorchord2/main.c b/colorchord2/main.c index d0def45..b6a01e4 100644 --- a/colorchord2/main.c +++ b/colorchord2/main.c @@ -123,8 +123,8 @@ void HandleDestroy() #endif float DeltaFrameTime = 0; -double Now = 0; -int is_suspended = 0; +double Now = 0; +int is_suspended = 0; int lastfps; short screenx, screeny;