mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-23 13:42:25 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -58,7 +58,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
a_this->mpBgW = JKR_NEW dBgW();
|
||||
a_this->mpBgW = new dBgW();
|
||||
if (a_this->mpBgW == NULL) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user