Mostly various small changes toward fixing some of the major bugs

git-svn-id: http://openexile.googlecode.com/svn/trunk@47 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-05-01 04:03:41 +00:00
parent 27b95287bc
commit de3d2f78f5
15 changed files with 209 additions and 112 deletions

View File

@@ -1466,7 +1466,7 @@ short get_encumberance(short pc_num)
return store;
}
short get_summon_monster(short summon_class)
unsigned short get_summon_monster(short summon_class)
{
short i,j;
@@ -1477,5 +1477,5 @@ short get_summon_monster(short summon_class)
}
}
ASB(" Summon failed.");
return -1;
return 0;
}