diff options
author | Treeki <treeki@gmail.com> | 2013-04-09 02:14:21 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-04-09 02:14:21 +0200 |
commit | 24cd30d1451222d4bd524d165a7470ec9c9e7eec (patch) | |
tree | dd70afd3b50cf58f27077e38431b1c3a77bedf67 /src/koopatlas/pathmanager.h | |
parent | 33e22f774923bd4b8be3ffe8c62dd28c455790db (diff) | |
download | kamek-24cd30d1451222d4bd524d165a7470ec9c9e7eec.tar.gz kamek-24cd30d1451222d4bd524d165a7470ec9c9e7eec.zip |
add final ending scene; save game and return to title afterwards
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/pathmanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/koopatlas/pathmanager.h b/src/koopatlas/pathmanager.h index 27fcfd6..afd8103 100644 --- a/src/koopatlas/pathmanager.h +++ b/src/koopatlas/pathmanager.h @@ -81,6 +81,9 @@ class dWMPathManager_c { int waitAfterUnlock; int waitBeforePanBack; + bool savingForEnding; + bool waitingForEndingTransition; + private: void unlockPaths(); void finalisePathUnlocks(); |