]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Application.h
better handling of nested state changes
[l2e.git] / src / app / Application.h
index b7b0001f7bbbf874a193f7a8dbaeb0e2cd50a07a..41198bce88c4f2e4f5ca1a7c07c8af9c713d9c8b 100644 (file)
@@ -71,6 +71,7 @@ private:
        Timers<Uint32> globalTimers;
        Input input;
        Uint32 last;
+       bool inStateChage;
 
 };