From c4ecfb7b00acf2bc8d01cfcfe1c196aa5ebc1373 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Fri, 25 Feb 2011 22:41:43 +0000 Subject: [PATCH] opps, pspsdk didnt like this, i wish it wasnt so whiny sometimes.... --- projects/mtg/include/MTGRules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/include/MTGRules.h b/projects/mtg/include/MTGRules.h index 0015fbf90..2fa94e6cd 100644 --- a/projects/mtg/include/MTGRules.h +++ b/projects/mtg/include/MTGRules.h @@ -119,7 +119,7 @@ class MTGSuspendRule: public MTGAlternativeCostRule { public: int isReactingToClick(MTGCardInstance * card, ManaCost * mana = NULL); - int MTGSuspendRule::receiveEvent(WEvent *e); + int receiveEvent(WEvent *e); int reactToClick(MTGCardInstance * card); int testDestroy(); string suspendmenu;