mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Get rid of NEW(), TRACKED_NEW, and ZERO().
This commit is contained in:
@ -340,7 +340,7 @@ void plNCAgeJoiner::ExecNextOp () {
|
||||
case kEnableClickables: {
|
||||
LogMsg(kLogPerf, L"AgeJoiner: Exec:kEnableClickables");
|
||||
// Enable scene clickables
|
||||
(void)(TRACKED_NEW plInputIfaceMgrMsg(plInputIfaceMgrMsg::kEnableClickables))->Send();
|
||||
(void)(new plInputIfaceMgrMsg(plInputIfaceMgrMsg::kEnableClickables))->Send();
|
||||
|
||||
LogMsg(kLogPerf, L"AgeJoiner: Next:kNotifyAgeLoaded");
|
||||
nextOp = kNotifyAgeLoaded;
|
||||
|
Reference in New Issue
Block a user