Added enums for item ability, item variety, item weapon type, and terrain special ability.

git-svn-id: http://openexile.googlecode.com/svn/trunk@43 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-04-28 19:20:32 +00:00
parent 3efed5dcc7
commit ce0b3c6089
17 changed files with 307 additions and 278 deletions

View File

@@ -15,7 +15,7 @@ cTerrain& cTerrain::operator = (legacy::terrain_type_type& old){
blockage = old.blockage;
flag1 = old.flag1;
flag2 = old.flag2;
special = old.special;
special = (eTerSpec) old.special;
trans_to_what = old.trans_to_what;
fly_over = old.fly_over;
boat_over = old.boat_over;