mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -85,7 +85,7 @@ int daRotTrap_c::CreateHeap() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
mpBgW2 = JKR_NEW dBgW();
|
||||
mpBgW2 = new dBgW();
|
||||
if (mpBgW2 == NULL || mpBgW2->Set((cBgD_t*)dComIfG_getObjectRes("P_kama", 8), 1, &mBgMtx)) {
|
||||
mpBgW2 = NULL;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user