mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 04:39:45 +00:00
Get rid of DEL() and FREE() macros.
Part of CoreLibExe must die.
This commit is contained in:
@ -139,7 +139,7 @@ void plNCAgeLeaver::Complete (bool success, const char msg[]) {
|
||||
notify.msg = msg;
|
||||
|
||||
callback(this, kAgeLeaveComplete, ¬ify, userState);
|
||||
DEL(this);
|
||||
delete this;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user