diff options
| -rw-r--r-- | scumm/akos.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 905b059c1c..9ca70edeae 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -548,7 +548,6 @@ byte AkosRenderer::codec1(int xmoveCur, int ymoveCur) { v1.scaletable = defaultScaleTable; - // FIXME - which value for VAR_CUSTOMSCALETABLE in V8 ? if (_vm->VAR_CUSTOMSCALETABLE != 0xFF && _vm->isGlobInMemory(rtString, _vm->VAR(_vm->VAR_CUSTOMSCALETABLE))) { v1.scaletable = _vm->getStringAddressVar(_vm->VAR_CUSTOMSCALETABLE); } |
