From 4caa91d0e6bf80e24af22a31a484921de18741b5 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 29 Feb 2008 07:29:45 +0000 Subject: added comment for missing code functionality svn-id: r30996 --- engines/drascula/drascula.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'engines') diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index 59f87269dd..8013575d48 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -5509,12 +5509,9 @@ void DrasculaEngine::conversa(const char *nom_fich) { lee_dibujos("car.alg"); descomprime_dibujo(dir_hare_fondo,1); -/* TODO this is limit for mouse, but we can't implement this - ent.w.ax = 8; - ent.w.cx = 1; - ent.w.dx = 31; - int386(0x33, &ent, &sal); -*/ + // 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 color_abc(VERDE_CLARO); bucle_opc: -- cgit v1.2.3