-replace "new" with "NEW" for memory leak detection
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-27 12:48:54 +00:00
parent b02dc11f0d
commit a18b163b17
3 changed files with 8 additions and 8 deletions

View File

@@ -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)
{