mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 05:02:12 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -120,7 +120,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