X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.h;h=41198bce88c4f2e4f5ca1a7c07c8af9c713d9c8b;hb=77915e0186f4fc0788054eb34651c726b80d981c;hp=b7b0001f7bbbf874a193f7a8dbaeb0e2cd50a07a;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/app/Application.h b/src/app/Application.h index b7b0001..41198bc 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -71,6 +71,7 @@ private: Timers globalTimers; Input input; Uint32 last; + bool inStateChage; };