diff --git a/tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt b/tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt index 6873c7e..13d33d0 100644 --- a/tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt +++ b/tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt @@ -40,8 +40,8 @@ class TevdMenu(parent: VMEmuExecutable, x: Int, y: Int, w: Int, h: Int) : EmuMen // 1. vm context is not GL context // 2. probing at the disk during read/write operation corrupts shits DOM.diskModifiedHook = { - // FIXME TEVD: need custom version of RandomAccessFile that keeps track of the file cursor -// rebuildClustmap(DOM, ARCHIVE) + // FIXME touched zero-byte file gets extra 8020 bytes of nulls when edit.js-ed, but zero-byte file generated by edit.js would not + rebuildClustmap(DOM, ARCHIVE) } }