diff options
author | Pixel <pixel@nobis-crew.org> | 2013-06-22 18:23:03 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2013-06-22 18:23:03 -0700 |
commit | 8f8d2164a7605b60d2efc9cd0f46ee70a0706d8e (patch) | |
tree | 806eebd420b1c00d7e5c1a6b0c16c39a6a3d0d37 /VP-miscwork.lua | |
parent | ad728683a0f8896508bcf24dadf9161b158573af (diff) |
First pass at reinsertion; window computation should now work.
Diffstat (limited to 'VP-miscwork.lua')
-rw-r--r-- | VP-miscwork.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/VP-miscwork.lua b/VP-miscwork.lua index 1a5bc14..2fec7b9 100644 --- a/VP-miscwork.lua +++ b/VP-miscwork.lua @@ -64,9 +64,11 @@ function process_arcgfx(fname, h, size, ext) counter = counter + 1 end elseif not dump_mode and f1 == 0x00300900 then - error "Not written yet" +-- error "Not written yet" + handler = nil elseif not dump_mode and f1 == 0x00300800 then - error "Not written yet" +-- error "Not written yet" + handler = nil end outfile[i] = process_single_file(fname .. string.format("/%04i-%08X", i, index[i].extra), h, index[i].size, ext, handler) |