From 07984f9c636d458345ba0d83d0487edb60881162 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 29 Feb 2008 07:45:30 +0000 Subject: ident svn-id: r30998 --- engines/drascula/drascula.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/drascula') 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 -- cgit v1.2.3