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