diff options
| author | Filippos Karapetis | 2008-06-04 19:24:50 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2008-06-04 19:24:50 +0000 |
| commit | f44d39494df834a21411f37b4a98aaba5618ef74 (patch) | |
| tree | 3656464815a9eefb99ad8c2b21cf0c701e2fda09 /engines/drascula | |
| parent | 8d4cf05ccc8e9a52f3de1111c07f7cbc5b4c7824 (diff) | |
| download | scummvm-rg350-f44d39494df834a21411f37b4a98aaba5618ef74.tar.gz scummvm-rg350-f44d39494df834a21411f37b4a98aaba5618ef74.tar.bz2 scummvm-rg350-f44d39494df834a21411f37b4a98aaba5618ef74.zip | |
Clear "select" when the save/load screen pops up, to avoid having garbage shown in the selected game slot
svn-id: r32545
Diffstat (limited to 'engines/drascula')
| -rw-r--r-- | engines/drascula/drascula.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index 003c2f8783..fa473cee22 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -1356,6 +1356,8 @@ bool DrasculaEngine::saves() { color_abc(kColorLightGreen); + sprintf(select, ""); + for (;;) { y = 27; copyBackground(0, 0, 0, 0, 320, 200, drawSurface1, screenSurface); |
