Aurora DVD support (#43)

* Aurora DVD support

* Remove commented code

* Restore STUB_LOG
This commit is contained in:
Luke Street
2026-03-09 01:33:04 -06:00
committed by GitHub
parent d35381a60e
commit 746d01e44c
12 changed files with 47 additions and 423 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ void J2DScreen::clean() {
mFontRes = NULL;
if (mNameTable != NULL) {
JKR_DELETE_ARRAY(mNameTable->getResNameTable());
JKR_DELETE_ARRAY(const_cast<ResNTAB*>(mNameTable->getResNameTable()));
JKR_DELETE(mNameTable);
mNameTable = NULL;
}