Brought back the extra graphics and added extra monster graphics

git-svn-id: http://openexile.googlecode.com/svn/trunk@59 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-05-17 03:13:00 +00:00
parent a52a4c20c1
commit 88ff8a0886
9 changed files with 34 additions and 25 deletions

View File

@@ -52,6 +52,7 @@ cMonster& cMonster::operator = (legacy::monster_record_type& old){
res2 = old.res2;
res3 = old.res3;
picture_num = old.picture_num;
if(picture_num = 122) picture_num = 119;
return *this;
}