diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/gfx.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 12adeaec59..48bb5398e5 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -2714,10 +2714,6 @@ void Scumm::initCycl(const byte *ptr) { byte start = *ptr++; byte end = *ptr++; - // FIXME This value has another meaning - if (delay == 0x0aaa) - continue; - if (!delay || delay == 0x0aaa || start >= end) continue; |