Merge branch 'master' of github.com:diasurgical/devilution

This commit is contained in:
Anders Jenbo 2020-10-12 10:46:28 +02:00
commit 2d6c1efeab
73 changed files with 13589 additions and 2562 deletions

View file

@ -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;