Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
2d6c1efeab
73 changed files with 13589 additions and 2562 deletions
|
|
@ -494,7 +494,11 @@ void HoldThemeRooms()
|
|||
void PlaceThemeMonsts(int t, int f)
|
||||
{
|
||||
int xp, yp;
|
||||
#ifdef HELLFIRE
|
||||
int scattertypes[138];
|
||||
#else
|
||||
int scattertypes[111];
|
||||
#endif
|
||||
int numscattypes, mtype, i;
|
||||
|
||||
numscattypes = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue