From da658640ff194d42208c8fc17c28075071308b1d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 15 May 2007 16:25:34 +0000 Subject: Removed the case for the Italian version from displayQuitDialog(). According to cyx, it uses the same keys as the English version. Odd. svn-id: r26846 --- engines/touche/ui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/touche/ui.cpp b/engines/touche/ui.cpp index 01aa89f26d..ba4dba9037 100644 --- a/engines/touche/ui.cpp +++ b/engines/touche/ui.cpp @@ -565,12 +565,13 @@ int ToucheEngine::displayQuitDialog() { } break; case Common::ES_ESP: - case Common::IT_ITA: if (event.kbd.ascii == 's' || event.kbd.ascii == 'S') { ret = 1; } break; default: + // According to cyx, the Italian version uses the same + // keys as the English one. if (event.kbd.ascii == 'y' || event.kbd.ascii == 'Y') { ret = 1; } -- cgit v1.2.3