- added a new EnumParser class to convert enum to string and vice versa

- factions can now customize some more of the AI behavior
This commit is contained in:
Mark Vejvoda
2012-03-31 05:54:24 +00:00
parent 53d0204cb9
commit 030582c1ef
9 changed files with 238 additions and 29 deletions

View File

@@ -244,7 +244,6 @@ public:
}
};
}}//end namespace
#endif