ForceResume DF on exit of veinlook

develop
Petr Mrázek 2010-02-19 03:37:16 +01:00
parent 8e6f528e72
commit 544e37f183
1 changed files with 1 additions and 0 deletions

@ -449,6 +449,7 @@ static void finish(int sig)
// ugly // ugly
if(pDF) if(pDF)
{ {
pDF->ForceResume();
pDF->Detach(); pDF->Detach();
} }
endwin(); endwin();