* Remove useless whitespace & carriage returns, reindent.
This commit is contained in:
jean.chalard
2008-11-16 05:17:57 +00:00
parent 0f41df8023
commit e86e73af2f
2 changed files with 3223 additions and 3224 deletions

View File

@@ -1,4 +1,3 @@
#ifndef _CARDS_H_
#define _CARDS_H_

View File

@@ -21,7 +21,7 @@ using std::map;
//Two stupid variables used to give a hint to the AI:
// Should I cast a spell on an ennemy or friendly unit ?
// Should I cast a spell on an enemy or friendly unit ?
#define BAKA_EFFECT_GOOD 10
#define BAKA_EFFECT_BAD 11