mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -67,7 +67,7 @@ int daObjPDwall_c::CreateHeap() {
|
||||
}
|
||||
|
||||
for (int i = 0; i < 9; i++) {
|
||||
mpBgw[i] = JKR_NEW dBgW();
|
||||
mpBgw[i] = new dBgW();
|
||||
if (mpBgw[i] == NULL) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user