mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 20:27:36 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -162,7 +162,7 @@ int daObjCBlk_c::CreateHeap() {
|
||||
if (model1 == NULL) {
|
||||
return 0;
|
||||
}
|
||||
chains = JKR_NEW chain_s[6];
|
||||
chains = new chain_s[6];
|
||||
if (chains == NULL) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user