git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9617 c06c8d41-db1a-0410-9941-cceddc491573
WAN2KJJDXGZCG54CPY64EW23SWBGYIL22357JJVMAUWQ7C6AR3EQC
XZY5YCRL626MBIAYGZBMFCLAXG7UFVEMTSAUQIUMTJDLCHIT7SBQC
Q3B3UVMYEVC4YJUPYVSNTR4DJH4E6J4JJDHZNT5LNOCHCPPMEMXAC
save_game(true); ASSERT(!"Shouldn't get here");
save_game(true);
ASSERT(!"Shouldn't get here");
if (crawl_state.need_save) { for (unsigned i = 0; i < crawl_state.exit_hooks.size(); ++i) crawl_state.exit_hooks[i]->restore_state(); crawl_state.exit_hooks.clear(); save_game(true); } exit(0);
if (crawl_state.need_save)
{
for (unsigned i = 0; i < crawl_state.exit_hooks.size(); ++i)
crawl_state.exit_hooks[i]->restore_state();
crawl_state.exit_hooks.clear();
}
exit(0);