diff options
Diffstat (limited to 'engines/sci/engine/kgraphics.cpp')
-rw-r--r-- | engines/sci/engine/kgraphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/engine/kgraphics.cpp b/engines/sci/engine/kgraphics.cpp index 522ca74d5b..2107b88ac7 100644 --- a/engines/sci/engine/kgraphics.cpp +++ b/engines/sci/engine/kgraphics.cpp @@ -1287,7 +1287,6 @@ reg_t kPalette(EngineState *s, int funct_nr, int argc, reg_t *argv) { bestindex = i; } } - // Don't warn about inexact mappings -- it's actually the // rule rather than the exception return make_reg(0, bestindex); |