* Add Linux Makfile (preliminary version)
* Fix a signed/unsigned bug
This commit is contained in:
jean.chalard
2008-11-03 10:30:57 +00:00
parent 440d6d7629
commit 4b762565ce
3 changed files with 23 additions and 5 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ public:
void load(char * filename);
void save();
AIStat * find(MTGCard * card);
bool isInTop(MTGCardInstance * card,int max, bool tooSmallCountsForTrue = true );
bool isInTop(MTGCardInstance * card, unsigned int max, bool tooSmallCountsForTrue = true );
void updateStatsCard(MTGCardInstance * cardInstance, Damage * damage, float multiplier = 1.0);
};
#endif
#endif