diff options
author | Paweł Kołodziejski | 2008-02-29 07:29:45 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2008-02-29 07:29:45 +0000 |
commit | 4caa91d0e6bf80e24af22a31a484921de18741b5 (patch) | |
tree | 5dec0cdf51dcb14bc95e2d9f830b402d770d3f4a /engines | |
parent | 11e97cd1ff27b2c15ecb171bbbff46540648db6e (diff) | |
download | scummvm-rg350-4caa91d0e6bf80e24af22a31a484921de18741b5.tar.gz scummvm-rg350-4caa91d0e6bf80e24af22a31a484921de18741b5.tar.bz2 scummvm-rg350-4caa91d0e6bf80e24af22a31a484921de18741b5.zip |
added comment for missing code functionality
svn-id: r30996
Diffstat (limited to 'engines')
-rw-r--r-- | engines/drascula/drascula.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
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: |