Erwna
-replace "new" with "NEW" for memory leak detection
This commit is contained in:
@@ -67,7 +67,7 @@ void GuiHandOpponent::Render()
|
||||
|
||||
GuiHandSelf::GuiHandSelf(CardSelector* cs, MTGHand* hand) : GuiHand(cs, hand), state(Closed), backpos(ClosedX)
|
||||
{
|
||||
limitor = new HandLimitor(this);
|
||||
limitor = NEW HandLimitor(this);
|
||||
}
|
||||
bool GuiHandSelf::CheckUserInput(u32 key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user