diff options
author | Paweł Kołodziejski | 2008-02-29 07:45:30 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2008-02-29 07:45:30 +0000 |
commit | 07984f9c636d458345ba0d83d0487edb60881162 (patch) | |
tree | 908e28f190162008951b0ccdc45161bc79dc2652 /engines/drascula | |
parent | ad10df879df8c9a85e34b13e2a49d9c791ee4036 (diff) | |
download | scummvm-rg350-07984f9c636d458345ba0d83d0487edb60881162.tar.gz scummvm-rg350-07984f9c636d458345ba0d83d0487edb60881162.tar.bz2 scummvm-rg350-07984f9c636d458345ba0d83d0487edb60881162.zip |
ident
svn-id: r30998
Diffstat (limited to 'engines/drascula')
-rw-r--r-- | engines/drascula/drascula.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index 969599c79d..2ea04b34df 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -4697,9 +4697,9 @@ void DrasculaEngine::introduce_nombre() { else if (key == ESC) break; else if (key == Common::KEYCODE_RETURN) { - select2[v] = '\0'; - h = 1; - break; + select2[v] = '\0'; + h = 1; + break; } else if (key == Common::KEYCODE_BACKSPACE) select2[v] = '\0'; else @@ -5509,7 +5509,7 @@ void DrasculaEngine::conversa(const char *nom_fich) { frase4[h] = ' '; lee_dibujos("car.alg"); - descomprime_dibujo(dir_hare_fondo,1); + descomprime_dibujo(dir_hare_fondo, 1); // TODO code here should limit y position for mouse in dialog menu, // but we can't implement this due lack backend functionality // from 1(top) to 31 |