mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-03 16:31:56 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -197,7 +197,7 @@ int daObjSwChain_c::Create() {
|
||||
}
|
||||
|
||||
int daObjSwChain_c::CreateHeap() {
|
||||
mChains = JKR_NEW chain_s[mChainNum + 1];
|
||||
mChains = new chain_s[mChainNum + 1];
|
||||
|
||||
if (mChains == NULL) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user