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/creditsMgr.cpp | |
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/creditsMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creditsMgr.cpp b/src/creditsMgr.cpp index f680ed5..4f30bc4 100644 --- a/src/creditsMgr.cpp +++ b/src/creditsMgr.cpp @@ -564,7 +564,7 @@ void dCreditsMgr_c::theEnd() { GetTheEnd()->willShow = true; } void dCreditsMgr_c::exitStage() { - ExitStage(WORLD_MAP, 0, BEAT_LEVEL, CIRCLE_WIPE); + ExitStage(WORLD_MAP, 0x20000000, BEAT_LEVEL, CIRCLE_WIPE); } Vec2 dCreditsMgr_c::_vf70() { |