diff --git a/colorchord2/main.c b/colorchord2/main.c index 62110e1..b80d5e9 100644 --- a/colorchord2/main.c +++ b/colorchord2/main.c @@ -33,6 +33,8 @@ //Sound driver. struct CNFADriver * sd; +int bQuitColorChord = 0; + #ifdef ANDROID #include @@ -42,8 +44,6 @@ struct CNFADriver * sd; #include #include -int bQuitColorChord = 0; - void HandleDestroy() { bQuitColorChord = 1;