mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Get rid of DEL() and FREE() macros.
Part of CoreLibExe must die.
This commit is contained in:
@ -211,7 +211,7 @@ pfGmClimbingWall::pfGmClimbingWall (
|
||||
//============================================================================
|
||||
pfGmClimbingWall::~pfGmClimbingWall () {
|
||||
|
||||
DEL(internal);
|
||||
delete internal;
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
@ -347,4 +347,4 @@ void pfGmClimbingWall::Panic () {
|
||||
msg.transId = 0;
|
||||
|
||||
GameMgrSend(&msg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user