aboutsummaryrefslogtreecommitdiff
path: root/queen/credits.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-12-03 22:39:55 +0000
committerGregory Montoir2004-12-03 22:39:55 +0000
commitfb5dcffff19c8bb5c516a6ddcaea397fb709194b (patch)
tree038a2149a59e56ac9832262808e51edcbc21a305 /queen/credits.cpp
parent76bf11cbdf8a4549a9461a467d82dda12eec5d45 (diff)
downloadscummvm-rg350-fb5dcffff19c8bb5c516a6ddcaea397fb709194b.tar.gz
scummvm-rg350-fb5dcffff19c8bb5c516a6ddcaea397fb709194b.tar.bz2
scummvm-rg350-fb5dcffff19c8bb5c516a6ddcaea397fb709194b.zip
Minor cleanup, one more time.
Fixed a crash when returning to the launcher at the end of the game. I played FOTAQ (french) from the beginning to the end some hours ago, I haven't encountered any special problems/glitches (except the one mentionned above). svn-id: r15979
Diffstat (limited to 'queen/credits.cpp')
-rw-r--r--queen/credits.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/credits.cpp b/queen/credits.cpp
index 688c193ddf..21b9d52599 100644
--- a/queen/credits.cpp
+++ b/queen/credits.cpp
@@ -36,7 +36,6 @@ Credits::Credits(QueenEngine *vm, const char* filename) :
}
Credits::~Credits() {
- _vm->display()->clearTexts(0, 199);
delete _credits;
}