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